void remove(String key, {bool temp = true}) => temp ? _temporary.remove(key) : _permanent.remove(key);