@override void removeByPrefix(String prefix) { _cache.removeWhere((key, _) => key.startsWith(prefix)); }