This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Evaluates all cacheItemExpirations associated with this cache item to determine if it
should be considered expired. Evaluation stops as soon as any expiration returns true.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public bool HasExpired() |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function HasExpired As |
Return Value
True if item should be considered expired, according to policies defined in this item's cacheItemExpirations.See Also
CacheItem Class
Smartsite.Tools.Caching Namespace