public class CacheGetAllEvent extends CacheEvent
| Constructor and Description |
|---|
CacheGetAllEvent(Cache cache,
long millis,
Set keys,
MultiGetResult result) |
| Modifier and Type | Method and Description |
|---|---|
Set |
getKeys() |
long |
getMillis() |
MultiGetResult |
getResult() |
getCachepublic CacheGetAllEvent(Cache cache, long millis, Set keys, MultiGetResult result)
public long getMillis()
public Set getKeys()
public MultiGetResult getResult()
Copyright © 2013–2022. All rights reserved.