Click or drag to resize
CacheItemContainer Constructor
Constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public CacheItemContainer(
	Object value,
	CMSCacheDependency dependencies,
	DateTime absoluteExpiration,
	TimeSpan slidingExpiration,
	CacheItemPriority 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: System.Web.CachingCacheItemPriority
Cache priority
See Also