Returns the current number of items in the cache.
Future<int> get size async { return await _storage.size; }