CacheItemContainer Constructor (Object, CMSCacheDependency, DateTime, TimeSpan, CMSCacheItemPriority) |
Constructor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public CacheItemContainer(
Object value,
CMSCacheDependency dependencies,
DateTime absoluteExpiration,
TimeSpan slidingExpiration,
CMSCacheItemPriority priority
)
Parameters
- value
- Type: SystemObject
Cache value - dependencies
- Type: CMS.HelpersCMSCacheDependency
Cache dependencies - absoluteExpiration
- Type: SystemDateTime
Cache absolute expiration - slidingExpiration
- Type: SystemTimeSpan
Cache sliding expiration - priority
- Type: CMS.HelpersCMSCacheItemPriority
Cache priority
See Also