TileCache Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The TileCache type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheSize | Gets or sets Documentation in progress... (Inherited from MemoryCacheMultiThreaded.) |
| Name | Description | |
|---|---|---|
| AddValue | Adds a value to the cache. (Inherited from MemoryCacheMultiThreaded.) | |
| TryGetValue | Tries to get a value for a given key. (Inherited from MemoryCacheMultiThreaded.) | |
| UnlockKey | Unlocks a key. (Inherited from MemoryCacheMultiThreaded.) |
| Name | Description | |
|---|---|---|
| GlobalCache | The global instance of the tile cache. | |
| lastUsed | Documentation in progress... (Inherited from MemoryCacheMultiThreaded.) | |
| lockedKeys | The Dictionary which holds the locked keys. (Inherited from MemoryCacheMultiThreaded.) | |
| valueCache | Documentation in progress... (Inherited from MemoryCacheMultiThreaded.) |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |