moravianlibrary / AndroidZoomifyViewer

Other
6 stars 3 forks source link

means to programatically clean cache #17

Closed rzeh4n closed 10 years ago

rzeh4n commented 10 years ago

Cache manager should have method to clean cache. This would be useful in scenarios when tiled image is being tweaked (changed on server) and tiles in cache are no longer correct. Simplest solution so far is to uninstall app or manually delete cache directories. Perhaps by parameter "reset on startup" in constructors of cache classes.