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 classAbstractCacheMap<K,V>classLFUCacheMap<K,V>LFU (least frequently used) cache.classLRUCacheMap<K,V>LRU (least recently used) cache.classNoneCacheMap<K,V>classReferenceCacheMap<K,V>
-