Click or drag to resize
CacheConstants Class
Constants used for cache expiration options.
Inheritance Hierarchy
SystemObject
  CMS.HelpersCacheConstants

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static class CacheConstants

The CacheConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNoAbsoluteExpiration
Cache item should never expire.
Public fieldStatic memberNoSlidingExpiration
Disable sliding expirations.
Top
See Also