Click or drag to resize

TileCache Methods

The TileCache type exposes the following members.

Methods
  NameDescription
Public methodAddValue
Adds a value to the cache.
(Inherited from MemoryCacheMultiThreaded.)
Public methodTryGetValue
Tries to get a value for a given key.
(Inherited from MemoryCacheMultiThreaded.)
Public methodUnlockKey
Unlocks a key.
(Inherited from MemoryCacheMultiThreaded.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also