The number of entries in the store for the named cache
name
@override Future<int> size(String name) => Future.value(_cacheStore(name).length);