MemoryCacheMultiThreaded Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The MemoryCacheMultiThreaded type exposes the following members.
| Name | Description | |
|---|---|---|
| MemoryCacheMultiThreaded | Initializes a new instance of the MemoryCacheMultiThreaded class with a specific size. |
| Name | Description | |
|---|---|---|
| AddValue | Adds a value to the cache. | |
| TryGetValue | Tries to get a value for a given key. | |
| UnlockKey | Unlocks a key. |
| Name | Description | |
|---|---|---|
| lastUsed | Documentation in progress... | |
| lockedKeys | The Dictionary which holds the locked keys. | |
| valueCache | Documentation in progress... |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |