Get cache size as human readable string
static Future<String> getCacheSizeFormatted() async { final size = await getCacheSize(); return _formatBytes(size); }