Esempio n. 1
0
        public void Clear_Should_Delete_All_Values()
        {
            StaticCache.Clear();

            Assert.Equal(0, StaticCache.GetCount());
            Assert.Null(StaticCache.GetOrNull("TestKey1"));
        }