Click or drag to resize
CacheItemRowContainer Class
Helper class to hold cache item properties.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.InternalCacheItemRowContainer

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class CacheItemRowContainer

The CacheItemRowContainer type exposes the following members.

Constructors
  NameDescription
Public methodCacheItemRowContainer
Constructor.
Top
Properties
  NameDescription
Public propertyContainer
Cache item container.
Public propertyKey
Cache item key.
Public propertyValue
Cache item data.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also