TileLayer.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: 50000
The maximum amount of disk space used by the disk cache, in MB.
Remarks
When the total size of the cached files reaches this limit, files that haven't been used for a while will be removed from the cache. See CacheAsBitmaps and CachePath for more information.
Platforms
Windows, Linux, Android