Class CacheTimeoutType
Types of cache timeout handling.
Inheritance
System.Object
    CacheTimeoutType
  Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class CacheTimeoutType : EnumFields
Absolute
Absolute expiration time. Once time is up, the item will expire.
Declaration
public const CacheTimeoutType AbsoluteField Value
| Type | Description | 
|---|---|
| CacheTimeoutType | 
Sliding
Sliding timeout, will update the remaining time for each access.
Declaration
public const CacheTimeoutType SlidingField Value
| Type | Description | 
|---|---|
| CacheTimeoutType | 
Undefined
No time limit defined.
Declaration
public const CacheTimeoutType UndefinedField Value
| Type | Description | 
|---|---|
| CacheTimeoutType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
