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