Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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