GlobeView.CacheSize Property
Gets or sets the maximum amount of disk space used by the disk cache.
Syntax
public System.Int32 CacheSize { get; set; }
Property Value
Default: 5000
The maximum amount of disk space used by the disk cache, in MB.
Remarks
When the total size of the cached tiles reaches this limit, tiles that haven't been used for a while will be removed from the cache. See CachePath for more information.
During heavy load, the cache file may grow beyond this limit. When the load decreases, the extra tiles will be removed, but this will actually not reduce the file size. However, the freed areas of the file will be reused to cache new tiles. To permanently reclaim the disk space you need to clear the cache by calling FlushDiskCache.
Platforms
Windows, Linux, Android