This is a simple cache manager for cached_s5 libraries.

Usage

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

Acknowledgement

This work is supported by a Sia Foundation grant

Libraries

cached_s5_manager
This library is a simple local cache manager for cached_s5 functions.