Enum CacheTimeoutType
Types of cache timeout handling.
Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public enum CacheTimeoutTypeFields
| 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. | 
