TileLayer.FlushBitmapCache Method
Removes all bitmaps cached on disk.
FlushBitmapCache()
Removes all bitmaps cached on disk.Syntax
public void FlushBitmapCache ()
Remarks
This method cleans the disk bitmap cache. You may need to call this method if you have made changes to the configuration, to ensure that all tiles are updated with the new visualization.
FlushBitmapCache will delete all files in the specified CachePath.
Note that this method may take some time to execute, if the number of cached bitmaps is large.
If CachePath is not specified, calling this method has no effect.
Platforms
Windows, Linux, Android