| Package | Description |
|---|---|
| com.alicp.jetcache | |
| com.alicp.jetcache.event |
| Modifier and Type | Method and Description |
|---|---|
MultiGetResult<K,V> |
AbstractCache.GET_ALL(Set<? extends K> keys) |
MultiGetResult<K,V> |
SimpleProxyCache.GET_ALL(Set<? extends K> keys) |
MultiGetResult<K,V> |
Cache.GET_ALL(Set<? extends K> keys)
Gets a collection of entries from the Cache.
|
| Modifier and Type | Method and Description |
|---|---|
MultiGetResult |
CacheGetAllEvent.getResult() |
| Constructor and Description |
|---|
CacheGetAllEvent(Cache cache,
long millis,
Set keys,
MultiGetResult result) |
Copyright © 2013–2022. All rights reserved.