Add some data to the cache
@override Future<void> add(String key, Uint8List bytes) async { _imageCache[key] = bytes; _resetTimer(); }