| Package | Description |
|---|---|
| com.alicp.jetcache | |
| com.alicp.jetcache.event |
| Modifier and Type | Field and Description |
|---|---|
static CacheGetResult |
CacheGetResult.EXPIRED_WITHOUT_MSG |
static CacheGetResult |
CacheGetResult.NOT_EXISTS_WITHOUT_MSG |
| Modifier and Type | Method and Description |
|---|---|
CacheGetResult<V> |
AbstractCache.GET(K key) |
CacheGetResult<V> |
SimpleProxyCache.GET(K key) |
CacheGetResult<V> |
Cache.GET(K key)
Gets an entry from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Map<K,CacheGetResult<V>> |
MultiGetResult.getValues() |
| Constructor and Description |
|---|
MultiGetResult(CacheResultCode resultCode,
String message,
Map<K,CacheGetResult<V>> values) |
| Modifier and Type | Method and Description |
|---|---|
CacheGetResult |
CacheGetEvent.getResult() |
| Constructor and Description |
|---|
CacheGetEvent(Cache cache,
long millis,
Object key,
CacheGetResult result) |
Copyright © 2013–2022. All rights reserved.