Remove key from cache
void removeKey(String key) { _cacheInstance.remove(key); _keyTags.remove(key); }