Checks if the cache is empty.
Returns true if no elements are stored
true
@override Future<bool> isEmpty() async { return _cache.isEmpty; }