Uses of Enum Class
com.loomcache.client.NearCacheEvictionPolicy
Packages that use NearCacheEvictionPolicy
-
Uses of NearCacheEvictionPolicy in com.loomcache.client
Subclasses with type arguments of type NearCacheEvictionPolicy in com.loomcache.clientModifier and TypeClassDescriptionenumControls how the near cache chooses an entry when it must evict for capacity.Fields in com.loomcache.client declared as NearCacheEvictionPolicyModifier and TypeFieldDescriptionstatic final NearCacheEvictionPolicyClientConfig.DEFAULT_NEAR_CACHE_EVICTION_POLICYMethods in com.loomcache.client that return NearCacheEvictionPolicyModifier and TypeMethodDescriptionClientConfig.nearCacheEvictionPolicy()LoomClient.nearCacheEvictionPolicy()static NearCacheEvictionPolicyReturns the enum constant of this class with the specified name.static NearCacheEvictionPolicy[]NearCacheEvictionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.client with parameters of type NearCacheEvictionPolicyModifier and TypeMethodDescriptionClientConfig.Builder.nearCacheEvictionPolicy(NearCacheEvictionPolicy policy) LoomClient.Builder.nearCacheEvictionPolicy(NearCacheEvictionPolicy policy) Set the capacity eviction policy for the near cache.voidLoomClient.setNearCacheEvictionPolicy(NearCacheEvictionPolicy policy)