Uses of Class
org.redisson.cache.ReferenceCachedValue.Type
-
Packages that use ReferenceCachedValue.Type Package Description org.redisson.cache -
-
Uses of ReferenceCachedValue.Type in org.redisson.cache
Methods in org.redisson.cache that return ReferenceCachedValue.Type Modifier and Type Method Description static ReferenceCachedValue.TypeReferenceCachedValue.Type. valueOf(String name)Returns 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.Type Constructor Description ReferenceCachedValue(K key, V value, long ttl, long maxIdleTime, ReferenceQueue<V> queue, ReferenceCachedValue.Type type)
-