Click or drag to resize
CacheItemRowContainer Constructor
Constructor.

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public CacheItemRowContainer(
	string key,
	Object value,
	CacheItemContainer container
)

Parameters

key
Type: SystemString
value
Type: SystemObject
container
Type: CMS.HelpersCacheItemContainer
See Also