Evicts a single entry from the cache, returning true if successful.
bool evict(Object key) { return _cache.remove(key) != null; }