Click or drag to resize
CacheSettingsUseSlidingExpiration Property
Indicates whether sliding expiration should be used. If enabled, objects are removed from the cache only if they are not accessed for the number of minutes specified by CacheMinutes.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public bool UseSlidingExpiration { get; }

Property Value

Type: Boolean
See Also