ThinkGeo.com    |     Documentation    |     Premium Support

How to safely clear the cache?

I'm putting a user interface together to let the users specify caching options and I want to support a button that empies the cache on demand.  


Before I go implementing a button that deletes *.* willy nilly from whichever folder a user has specified, what are some things I can check to verify that it is indeed the cache directory?  Is there something in the folder I can check for that reliably indicates it's the cache folder used by the map suite?



Thanks



I guess for now I’ll enforce a policy of selecting a folder name ending in “Cache”… this’ll reduce the risk of deleting the wrong folder quite a bit.

Wes,


Each overlay has a cache folder you can get the path from property
 

winformsMap1.StaticOverlay.ClientCache.CacheDirectory

 
Thanks,
ThinkGeo Support