Returns the size of the disk cache.
Future<int> storageSizeInBytes() async { await _storageInit(); return _storageCache.size; }