Gets all keys stored in the cache.
Returns a list with all identifiers
@override Future<List<String>> keys() async { return _cache.keys.toList(); }