Uses of Enum
org.redisson.cache.ReferenceCachedValue.Type
Packages that use ReferenceCachedValue.Type
-
Uses of ReferenceCachedValue.Type in org.redisson.cache
Methods in org.redisson.cache that return ReferenceCachedValue.TypeModifier and TypeMethodDescriptionstatic ReferenceCachedValue.TypeReturns the enum constant of this type with the specified name.static ReferenceCachedValue.Type[]ReferenceCachedValue.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.cache with parameters of type ReferenceCachedValue.TypeModifierConstructorDescriptionReferenceCachedValue(K key, V value, long ttl, long maxIdleTime, ReferenceQueue<V> queue, ReferenceCachedValue.Type type)