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