Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Defines Action options
Namespace:
SharedCache.WinServiceCommonAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
[SerializableAttribute] public enum Action |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration Action |
| Visual C++ |
|---|
[SerializableAttribute] public enum class Action |
Members
| Member name | Description | |
|---|---|---|
| Stat |
Statistics
| |
| Add |
adding
| |
| AddWithExpire |
adding with expire date
| |
| BeforeGet |
before data retrival
| |
| Get |
normal get retrival
| |
| Remove |
remove data
| |
| Ping |
ping instance
| |
| UdpDistribution |
distributes data over UDP protocol
|
Remarks
[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Enums.Action"]