Get all keys in the cache.
@override Future<List<String>> keys() async { return _cache.keys.toList(growable: false); }