Uses of Class
org.redisson.cache.CacheValue
-
Packages that use CacheValue Package Description org.redisson.cache -
-
Uses of CacheValue in org.redisson.cache
Methods in org.redisson.cache that return types with arguments of type CacheValue Modifier and Type Method Description ConcurrentMap<CacheKey,CacheValue>
LocalCacheListener. createCache(LocalCachedMapOptions<?,?> options)
Constructor parameters in org.redisson.cache with type arguments of type CacheValue Constructor Description LocalCacheView(Map<CacheKey,CacheValue> cache, RedissonObject object)
-