CachedSection<TData> Constructor (TData, Double, Boolean, String,Object[])Kentico 8.1 API Reference
Constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

result
Type: TData
Returns the result of the cached data if available
cacheMinutes
Type: OnlineSystem.Double
Defines how long this item will stay in cache (in minutes)
condition
Type: OnlineSystem.Boolean
Cache condition
customCacheItemName
Type: OnlineSystem.String
Custom cache item name
cacheItemNameParts
Type:OnlineSystem.Object[]
Cache item name parts
See Also