Mutable representation of ICacheEntry<K, V>
More...
|
| bool | Exists [get] |
| | Gets a value indicating whether cache entry exists in cache. More...
|
| |
| new TV | Value [get, set] |
| | Gets, sets or replaces the value associated with the key. More...
|
| |
| TK | Key [get] |
| | Gets the key. More...
|
| |
| TV | Value [get] |
| | Gets the value. More...
|
| |
- Template Parameters
-
| TK | Key type. |
| TV | Value type. |
If Exists is false and setter is called then a mapping is added to the cache visible once the EntryProcessor completes.
After setter invocation Exists will return true.