Enum CacheTimeoutType
Types of cache timeout handling.
Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public enum CacheTimeoutType
Fields
| Name | Description |
|---|---|
| Absolute | Absolute expiration time. Once time is up, the item will expire. |
| Sliding | Sliding timeout, will update the remaining time for each access. |
| Undefined | No time limit defined. |