Click or drag to resize

ControllerBaseCacheOptionsExpiresAfter Property

Cached data will expire this amount of time after it was added to the cache. If UseSlidingExpiration is true the expiration time will be renewed every time the cached item is fetched.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public TimeSpan ExpiresAfter { get; set; }

Property Value

Type: TimeSpan
See Also