Package javax.cache.expiry
package javax.cache.expiry
This package contains expiry policies
- Since:
- 1.0
-
ClassDescriptionAn
ExpiryPolicy
that defines the expiryDuration
of a Cache Entry based on the last time it was accessed.AnExpiryPolicy
that defines the expiryDuration
of a Cache Entry based on when it was created.ASerializable
duration of time.An eternalExpiryPolicy
specifies that Cache Entries won't expire.Defines functions to determine when cache entries will expire based on creation, access and modification operations.AnExpiryPolicy
that defines the expiryDuration
of a Cache Entry based on the last time it was updated.AnExpiryPolicy
that defines the expiryDuration
of a Cache Entry based on when it was last touched.