C# (CSharp) MapAround.Caching Namespace

Classes

Name Description
FeatureCollectionCacheAccessorBase Base class providing access to feature caching.
FileJSONCacheAccessor Represents an object that provides an access to the JSON object cache storing into files.
FileTileCacheAccessor Represents an object that provides an access to the tile cache storing into files.
SimpleCacheAccessor Instances of this class provides access to the MapAround.Caching.SimpleSpatialDataCache and can be used by data providers as a tempopary storage of retrieved data. Spatial data providers must to clone features after extracting from cache for correct work in multithreading environment.
SimpleSpatialDataCache Simple in-memory cache.

Use this class when you need 1. to store objects that are the same for many layers 2. to reduce time needed to access the frequently requested data

WebCacheAccessor Provide access to caching features in the System.Web.Caching.Cache.
WebTileCacheAccessor Represents an object that provides an access to the tile cache storing into System.Web.Caching.Cache.