Table of Contents

Class CacheOperation

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Cache operation names

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(29, 6)]
public class CacheOperation
Inheritance
object
CacheOperation
Extension Methods

Fields

ADD

Add operation.

public const string ADD = "ADD"

Field Value

string

ADD_PERSISTENT

Add persistent operation.

public const string ADD_PERSISTENT = "ADDPERSISTENT"

Field Value

string

DEPENDENCY_CALLBACK

Dependency callback

public const string DEPENDENCY_CALLBACK = "DEPENDENCYCALLBACK"

Field Value

string

GET

Get operation.

public const string GET = "GET"

Field Value

string

GET_PERSISTENT

Get persistent operation.

public const string GET_PERSISTENT = "GETPERSISTENT"

Field Value

string

REMOVE

Remove operation.

public const string REMOVE = "REMOVE"

Field Value

string

REMOVE_PERSISTENT

Remove persistent operation.

public const string REMOVE_PERSISTENT = "REMOVEPERSISTENT"

Field Value

string

TOUCH

Touch operation.

public const string TOUCH = "TOUCH"

Field Value

string