public void Clear() { cache.ToList().ForEach(item => cache.Remove(item.Key)); RemoveRootCacheKey(); StoreRootCacheKey(); }