-
I read the wiki to decribe time-based expiration. I am new to this. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The per-entry policy is defined using the Expiry interface. This lets you determine the entry’s duration based on its key, value, and operation. For example if the http response headers provided a TTL when loading a value into the cache, the policy could honor it locally to match this externally defined duration. |
Beta Was this translation helpful? Give feedback.
The per-entry policy is defined using the Expiry interface. This lets you determine the entry’s duration based on its key, value, and operation.
For example if the http response headers provided a TTL when loading a value into the cache, the policy could honor it locally to match this externally defined duration.