GlobeView.FlushDiskCache Method
Removes all cached tiles from the disk cache.
FlushDiskCache()
Removes all cached tiles from the disk cache.Syntax
public System.Boolean FlushDiskCache ()
Return Value
True if all the tiles could be removed, False otherwise.
Remarks
Call this method to clear the tile cache on disk for this GlobeView, see CachePath. This could be needed if the configuration for the elevation data or surface layers has changed and the cached tiles are invalid, or if the cache file has grown larger than desired due to long periods of high load, see CacheSize.
Note that if the same cache file is opened by some other GlobeView instance, in the same or a different process, the method may fail to clear the cache. This is indicated by the method returning False. If that happens, close the other views/applications and try calling this method again.
You can also clear the disk cache by manually removing the cache directory from disk when no application is using it.
Platforms
Windows, Linux, Android