Interface IMutableEntry
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IMutableEntry
Properties
| Name | Description |
|---|---|
| Key | Gets the key of cache entry on which entry processor has to be executed. |
| Value | Sets/Gets data for relevant key. |
Methods
| Name | Description |
|---|---|
| Exists() | Checks, if the required key for Entry Processor exists in cache or not. |
| Remove() | Removes the key from cache after executing the entry processor. |
| UnWrap(Type) | Convert data type of the value. |