| 程序包 | 说明 |
|---|---|
| com.alicp.jetcache |
| 限定符和类型 | 方法和说明 |
|---|---|
V |
LoadingCache.get(K key) |
default V |
Cache.get(K key)
Gets an entry from the cache.
|
Map<K,V> |
LoadingCache.getAll(Set<? extends K> keys) |
default Map<K,V> |
Cache.getAll(Set<? extends K> keys)
Gets a collection of entries from the Cache, returning them as Map of the values associated with
the set of keys requested.
|
Copyright © 2013–2019. All rights reserved.