Uses of Enum
org.redisson.api.LocalCachedMapCacheOptions.EvictionPolicy
Packages that use LocalCachedMapCacheOptions.EvictionPolicy
-
Uses of LocalCachedMapCacheOptions.EvictionPolicy in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapCacheOptions.EvictionPolicyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.getEvictionPolicy()Returns the enum constant of this type with the specified name.LocalCachedMapCacheOptions.EvictionPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type LocalCachedMapCacheOptions.EvictionPolicyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.evictionPolicy(LocalCachedMapCacheOptions.EvictionPolicy evictionPolicy) Defines local cache eviction policy.