World is now on Opti ID! Learn more

Enum CacheTimeoutType

Types of cache timeout handling.

Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
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.

Extension Methods