Remove a specific entry by key. Returns true if it existed.
bool invalidate(String key) => _entries.remove(key) != null;