| Interface | Description |
|---|---|
| ExpiryPolicy |
Defines functions to determine when cache entries will expire based on
creation, access and modification operations.
|
| Class | Description |
|---|---|
| AccessedExpiryPolicy |
An
ExpiryPolicy that defines the expiry Duration
of a Cache Entry based on the last time it was accessed. |
| CreatedExpiryPolicy |
An
ExpiryPolicy that defines the expiry Duration
of a Cache Entry based on when it was created. |
| Duration |
A
Serializable duration of time. |
| EternalExpiryPolicy |
An eternal
ExpiryPolicy specifies that Cache Entries
won't expire. |
| ModifiedExpiryPolicy |
An
ExpiryPolicy that defines the expiry Duration
of a Cache Entry based on the last time it was updated. |
| TouchedExpiryPolicy |
An
ExpiryPolicy that defines the expiry Duration
of a Cache Entry based on when it was last touched. |
Copyright © 2017. All rights reserved.