Uses of Interface
org.ehcache.expiry.Expiry
Packages that use Expiry
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.-
Uses of Expiry in org.ehcache.config
Methods in org.ehcache.config that return Expiry -
Uses of Expiry in org.ehcache.expiry
Classes in org.ehcache.expiry that implement ExpiryModifier and TypeClassDescriptionprivate static classDeprecated.private static classDeprecated.private static classDeprecated.private static classDeprecated.Fields in org.ehcache.expiry declared as ExpiryMethods in org.ehcache.expiry that return ExpiryModifier and TypeMethodDescriptionExpirations.ExpiryBuilder.build()Deprecated.Expirations.noExpiration()Deprecated.Useorg.ehcache.config.builders.ExpiryPolicyBuilder#noExpiration()insteadExpirations.timeToIdleExpiration(Duration timeToIdle) Deprecated.Useorg.ehcache.config.builders.ExpiryPolicyBuilder#timeToIdleExpiration(java.time.Duration)insteadExpirations.timeToLiveExpiration(Duration timeToLive) Deprecated.Useorg.ehcache.config.builders.ExpiryPolicyBuilder#timeToLiveExpiration(java.time.Duration)instead
CacheConfiguration.getExpiryPolicy()