Removes single gif from the cache.
bool evict(Object key) => caches.remove(key) != null ? true : false;