Example #1
0
        public void Clear()
        {
            cache.ToList().ForEach(item => cache.Remove(item.Key));

            RemoveRootCacheKey();
            StoreRootCacheKey();
        }