Deletes a cache entry by its key.
Does nothing if the key doesn't exist.
@override void delete(String key) { _cache.remove(key); _accessOrder.remove(key); }