cached_s5_manager 0.0.1
cached_s5_manager: ^0.0.1 copied to clipboard
A cache manager for cached_s5 libraries.
This is a simple cache manager for cached_s5
libraries.
Ex:
CachedS5Manager cacheManager = CachedS5Manager();
cacheManager.init(); // IMPORTANT: all other functions will silently fail if you forget this
cacheManager.clearCache(); // WARNING: this deletes all locally cached assets