Uses of Class
org.redisson.cache.CacheValue
Packages that use CacheValue
-
Uses of CacheValue in org.redisson.cache
Methods in org.redisson.cache that return CacheValueModifier and TypeMethodDescriptionprotected abstract CacheValueLocalCacheListener.updateCache(io.netty.buffer.ByteBuf keyBuf, io.netty.buffer.ByteBuf valueBuf) Methods in org.redisson.cache that return types with arguments of type CacheValueMethods in org.redisson.cache with parameters of type CacheValueModifier and TypeMethodDescriptionvoidLocalCacheListener.notifyInvalidate(CacheValue value) voidLocalCacheListener.notifyUpdate(CacheValue value) Method parameters in org.redisson.cache with type arguments of type CacheValueModifier and TypeMethodDescriptionvoidLocalCacheListener.add(Map<CacheKey, ? extends CacheValue> cache)