@override Future<int> get length async { assert(_cacheStore != null); return await _cacheStore!.size; }