コード例 #1
0
ファイル: columnlist.aspx.cs プロジェクト: wenysky/itcaweb
 private static void RemoveColumnListCache()
 {
     TinyCache cache = new TinyCache();
     cache.RemoveObject("ColumnList");
 }
コード例 #2
0
ファイル: Articles.cs プロジェクト: Natsuwind/DeepInSummer
 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");
 }