Click or drag to resize

TileCache Class

Class for caching the tile images.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    SystemContextBoundObject
      Ptv.XServer.Controls.Map.ToolsMemoryCacheMultiThreaded
        Ptv.XServer.Controls.Map.ToolsTileCache

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class TileCache : MemoryCacheMultiThreaded

The TileCache type exposes the following members.

Constructors
  NameDescription
Public methodTileCache
Initializes a new instance of the TileCache class.
Top
Properties
  NameDescription
Protected propertyCacheSize
Gets or sets Documentation in progress...
(Inherited from MemoryCacheMultiThreaded.)
Top
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
Fields
  NameDescription
Public fieldStatic memberGlobalCache
The global instance of the tile cache.
Protected fieldlastUsed
Documentation in progress...
(Inherited from MemoryCacheMultiThreaded.)
Protected fieldlockedKeys
The Dictionary which holds the locked keys.
(Inherited from MemoryCacheMultiThreaded.)
Protected fieldvalueCache
Documentation in progress...
(Inherited from MemoryCacheMultiThreaded.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also