Removes single gif from the cache.
bool removeCachedGif(String key) => _caches.remove(key) != null ? true : false;