Uses of Interface
org.ehcache.expiry.ExpiryPolicy
Packages that use ExpiryPolicy
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.-
Uses of ExpiryPolicy in org.ehcache.config
Methods in org.ehcache.config that return ExpiryPolicyModifier and TypeMethodDescriptionExpiryPolicy<? super K, ? super V> CacheConfiguration.getExpiryPolicy()TheExpiryPolicyrules for theCache.Methods in org.ehcache.config with parameters of type ExpiryPolicyModifier and TypeMethodDescriptionFluentCacheConfigurationBuilder.withExpiry(ExpiryPolicy<? super K, ? super V> expiry) Sets theExpiryPolicyconfiguration in the returned builder. -
Uses of ExpiryPolicy in org.ehcache.expiry
Fields in org.ehcache.expiry declared as ExpiryPolicyModifier and TypeFieldDescriptionstatic final ExpiryPolicy<Object, Object> ExpiryPolicy.NO_EXPIRYAnExpiryPolicythat represents a no expiration policy