Try our conversational search powered by Generative AI!

Enum CacheTimeoutType

Types of cache timeout handling.

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