Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
public enum ActionValue

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public enum ActionValue
Visual Basic (Declaration)
Public Enumeration ActionValue
Visual C++
public enum class ActionValue

Members

Member nameDescription
Add
Adding value to cache.
Get
Retrive data from cache
GetAllKeys
get all keys from cache
Remove
remove data from cache
Statistic
get statistic from cache
Error
defines an error appears
Successful
sussessfully transmission
Ping
pings a server
RemoveAll
remove all items at once from cache
MultiGet
Get a bunch of data without any relation between the items.
MultiAdd
Adding a bunch of data without any relation between the items.
MultiDelete
Delete a bunch of data without any relation between the items.
RegexRemove
Executing a regular expression on the server key's and remove all matches with one single call.
RegexGet
Receive a bunch of data where key's where item keys are matching pattern
ExtendTtl
Modify item attribute expires within cache node.
VersionNumberClr
Identify CLR (Common Language Runtime) Version number, e.g. 2.0.50727.3053 / 2.0.50727.1433
VersionNumberSharedCache
Identify Shared Cache Version Number, e.g.: 2.0.4.276, 2.0.4.277, 2.0.4.278, etc
GetAbsoluteTimeExpiration
Request to receive absolut expiration DateTime for cached objects.

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.IndexusMessage.ActionValue"]

See Also