Retrieve some data from the cache
@override Future<Uint8List?> get(String key) async { _resetTimer(); return _imageCache[key]; }