| 程序包 | 说明 |
|---|---|
| com.alicp.jetcache | |
| com.alicp.jetcache.event |
| 限定符和类型 | 字段和说明 |
|---|---|
static CacheGetResult |
CacheGetResult.EXPIRED_WITHOUT_MSG |
static CacheGetResult |
CacheGetResult.NOT_EXISTS_WITHOUT_MSG |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheGetResult<V> |
SimpleProxyCache.GET(K key) |
CacheGetResult<V> |
RefreshCache.GET(K key) |
CacheGetResult<V> |
Cache.GET(K key)
Gets an entry from the cache.
|
CacheGetResult<V> |
AbstractCache.GET(K key) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<K,CacheGetResult<V>> |
MultiGetResult.getValues() |
| 构造器和说明 |
|---|
MultiGetResult(CacheResultCode resultCode,
String message,
Map<K,CacheGetResult<V>> values) |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheGetResult |
CacheGetEvent.getResult() |
| 构造器和说明 |
|---|
CacheGetEvent(Cache cache,
long millis,
Object key,
CacheGetResult result) |
Copyright © 2013–2019. All rights reserved.