示例#1
0
        //public static void ReSetDigestTopicList(int count, int fid, TopicTimeType timetype, TopicOrderType ordertype)
        //{
        //	Caches.ReSetFocusTopicList(count, -1, fid, timetype, ordertype, true);
        //}

        public static void ReSetHotTopicList(int count, int views)
        {
            Caches.ReSetFocusTopicList(count, views, 0, TopicTimeType.All, "ID", false);
        }
示例#2
0
        //public static void ReSetHotTopicList(int count, int views, int fid, TopicTimeType timetype, TopicOrderType ordertype)
        //{
        //	Caches.ReSetFocusTopicList(count, views, fid, timetype, ordertype, false);
        //}

        public static void ReSetRecentTopicList(int count)
        {
            Caches.ReSetFocusTopicList(count, -1, 0, TopicTimeType.All, "ID", false);
        }
示例#3
0
 public static void ReSetDigestTopicList(int count)
 {
     Caches.ReSetFocusTopicList(count, -1, 0, TopicTimeType.All, "ID", true);
 }