Exemplo n.º 1
0
 private static void RemoveColumnListCache()
 {
     TinyCache cache = new TinyCache();
     cache.RemoveObject("ColumnList");
 }
Exemplo n.º 2
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");
 }