OgcWmtsLayer.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 CachePath for more information.
If you modify this property from application code, make sure you do it before the layer is used in your application. Once the layer has been initialized, changing this property will have no effect.
Platforms
Windows, Linux, Android