Does the cache contains this data?
@override Future<bool> contains(String key) async { return _imageCache.containsKey(key); }