Exemplo n.º 1
0
 public static void ReSetRecentTopicList(int count)
 {
     AdminCaches.ReSetFocusTopicList(count, -1, 0, TopicTimeType.All, TopicOrderType.ID, false);
 }
Exemplo n.º 2
0
 public static void ReSetHotTopicList(int count, int views, int fid, TopicTimeType timetype, TopicOrderType ordertype)
 {
     AdminCaches.ReSetFocusTopicList(count, views, fid, timetype, ordertype, false);
 }
Exemplo n.º 3
0
 public static void ReSetDigestTopicList(int count, int fid, TopicTimeType timetype, TopicOrderType ordertype)
 {
     AdminCaches.ReSetFocusTopicList(count, -1, fid, timetype, ordertype, true);
 }
Exemplo n.º 4
0
 public static void ReSetHotTopicList(int count, int views)
 {
     AdminCaches.ReSetFocusTopicList(count, views, 0, TopicTimeType.All, TopicOrderType.ID, false);
 }
Exemplo n.º 5
0
 public static void ReSetDigestTopicList(int count)
 {
     AdminCaches.ReSetFocusTopicList(count, -1, 0, TopicTimeType.All, TopicOrderType.ID, true);
 }