SaaS CMS has officially launched! Learn more now.

Class CacheTimeoutType

Types of cache timeout handling.

Inheritance
System.Object
CacheTimeoutType
Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class CacheTimeoutType : Enum

Fields

Absolute

Absolute expiration time. Once time is up, the item will expire.

Declaration
public const CacheTimeoutType Absolute
Field Value
Type Description
CacheTimeoutType

Sliding

Sliding timeout, will update the remaining time for each access.

Declaration
public const CacheTimeoutType Sliding
Field Value
Type Description
CacheTimeoutType

Undefined

No time limit defined.

Declaration
public const CacheTimeoutType Undefined
Field Value
Type Description
CacheTimeoutType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods