Uses of Interface
org.redisson.cache.Cache
Packages that use Cache
-
Uses of Cache in org.redisson.cache
Classes in org.redisson.cache that implement CacheModifier and TypeClassDescriptionclassAbstractCacheMap<K,V> classLFUCacheMap<K,V> LFU (least frequently used) cache.classLRUCacheMap<K,V> LRU (least recently used) cache.classNoneCacheMap<K,V> classReferenceCacheMap<K,V>