Gets a CacheObject by key
key
@override Future<CacheObject?> get(String url) { return Future.value(); }