Uses of Interface
org.redisson.cache.CachedValue
Packages that use CachedValue
-
Uses of CachedValue in org.redisson.cache
Classes in org.redisson.cache that implement CachedValueModifier and TypeClassDescriptionstatic classclassReferenceCachedValue<K,V> Created by jribble on 2/20/17.classStdCachedValue<K,V> Created by jribble on 2/20/17.Methods in org.redisson.cache that return CachedValueModifier and TypeMethodDescriptionprotected CachedValue<K, V> protected CachedValue<K, V> protected CachedValue<K, V> CachedValue<?, ?> CachedValueReference.getOwner()CachedValue<?, ?> CachedValueSoftReference.getOwner()CachedValue<?, ?> CachedValueWeakReference.getOwner()Methods in org.redisson.cache with parameters of type CachedValueModifier and TypeMethodDescriptionprotected voidAbstractCacheMap.onValueCreate(CachedValue<K, V> entry) protected voidLFUCacheMap.onValueCreate(CachedValue<K, V> value) protected voidLRUCacheMap.onValueCreate(CachedValue<K, V> value) protected voidAbstractCacheMap.onValueRead(CachedValue<K, V> value) protected voidLFUCacheMap.onValueRead(CachedValue<K, V> value) protected voidLRUCacheMap.onValueRead(CachedValue<K, V> value) protected voidAbstractCacheMap.onValueRemove(CachedValue<K, V> value) protected voidLFUCacheMap.onValueRemove(CachedValue<K, V> value) protected voidLRUCacheMap.onValueRemove(CachedValue<K, V> value) protected VAbstractCacheMap.readValue(CachedValue<K, V> entry) Constructors in org.redisson.cache with parameters of type CachedValueModifierConstructorDescriptionCachedValueSoftReference(CachedValue<?, ?> owner, V referent, ReferenceQueue<? super V> q) CachedValueWeakReference(CachedValue<?, ?> owner, V referent, ReferenceQueue<? super V> q)