Uses of Package
org.cache2k.expiry
-
Packages that use org.cache2k.expiry Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.expiry Set of interfaces for customizing the expiry behavior.org.cache2k.io Loader and writer to integrate with external data sources. -
Classes in org.cache2k.expiry used by org.cache2k Class Description ExpiryPolicy A custom policy which allows to calculate a dynamic expiry time for an entry after an insert or update. -
Classes in org.cache2k.expiry used by org.cache2k.config Class Description ExpiryPolicy A custom policy which allows to calculate a dynamic expiry time for an entry after an insert or update. -
Classes in org.cache2k.expiry used by org.cache2k.expiry Class Description ExpiryTimeValues Expiry time values that have a special meaning. -
Classes in org.cache2k.expiry used by org.cache2k.io Class Description ExpiryTimeValues Expiry time values that have a special meaning.