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