Click or drag to resize
CacheOperation Class
Cache operation names
Inheritance Hierarchy
SystemObject
  CMS.HelpersCacheOperation

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class CacheOperation

The CacheOperation type exposes the following members.

Constructors
  NameDescription
Public methodCacheOperation
Top
Fields
  NameDescription
Public fieldStatic memberADD
Add operation.
Public fieldStatic memberADD_PERSISTENT
Add persistent operation.
Public fieldStatic memberDEPENDENCY_CALLBACK
Dependency callback
Public fieldStatic memberGET
Get operation.
Public fieldStatic memberGET_PERSISTENT
Get persistent operation.
Public fieldStatic memberREMOVE
Remove operation.
Public fieldStatic memberREMOVE_PERSISTENT
Remove persistent operation.
Public fieldStatic memberTOUCH
Touch operation.
Top
See Also