Beispiel #1
0
        public static void RemoveArtilceCache()
        {
            TinyCache cache = new TinyCache();

            cache.RemoveObject("articlelist_indexmain");
            cache.RemoveObject("articlelistdictionary_allcolumn");
            cache.RemoveObject("commentlist_mostgrade");
            cache.RemoveObject("commentlist_latest");
            cache.RemoveObject("articlelist_hot");
        }
        private static void RemoveColumnListCache()
        {
            TinyCache cache = new TinyCache();

            cache.RemoveObject("ColumnList");
        }