Uses of Interface
com.loomcache.client.cache.NearCache.EvictionPolicy
Packages that use NearCache.EvictionPolicy
-
Uses of NearCache.EvictionPolicy in com.loomcache.client.cache
Classes in com.loomcache.client.cache that implement NearCache.EvictionPolicyModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in com.loomcache.client.cache that return NearCache.EvictionPolicyModifier and TypeMethodDescriptionNearCache.NearCacheConfig.evictionPolicy()Returns the value of theevictionPolicyrecord component.Methods in com.loomcache.client.cache with parameters of type NearCache.EvictionPolicyModifier and TypeMethodDescriptionvoidNearCache.setEvictionPolicy(NearCache.EvictionPolicy policy) Set the eviction policy.Constructors in com.loomcache.client.cache with parameters of type NearCache.EvictionPolicyModifierConstructorDescriptionNearCacheConfig(int maxSize, Duration ttl, NearCache.EvictionPolicy evictionPolicy) NearCacheConfig(int maxSize, Duration ttl, NearCache.EvictionPolicy evictionPolicy, Duration maxIdleTime) Creates an instance of aNearCacheConfigrecord class.