public void Clear() { _cacheAccess.Remove(_namedDictionary, _hashID); }
public bool Remove(TKey key) { return(_cacheAccess.Remove(_workspace, string.Concat(_prefix, "/", key))); }