Uses of Interface
org.redisson.cache.Cache
-
Packages that use Cache Package Description org.redisson.cache -
-
Uses of Cache in org.redisson.cache
Classes in org.redisson.cache that implement Cache Modifier and Type Class Description class
AbstractCacheMap<K,V>
class
LFUCacheMap<K,V>
LFU (least frequently used) cache.class
LRUCacheMap<K,V>
LRU (least recently used) cache.class
NoneCacheMap<K,V>
class
ReferenceCacheMap<K,V>
-