国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發(fā)設計 > 正文

CacheHelper.cs

2019-11-14 10:58:21
字體:
供稿:網(wǎng)友
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Common    {    public class CacheHelper    {        /// <summary>        /// 設置緩存永久        /// </summary>        /// <param name="sKey"></param>        /// <param name="sContent"></param>        public static void CacheInsert(string sKey, object oContent)        {            HttpContext.Current.Cache.Insert(sKey, oContent);        }        /// <summary>        /// 設置緩存到指定時間        /// </summary>        /// <param name="sKey"></param>        /// <param name="oContent"></param>        /// <param name="dt">過期時間</param>        public static void CacheInsert(string sKey, object oContent,DateTime dt)        {            HttpContext.Current.Cache.Insert(sKey, oContent, null, dt, TimeSpan.Zero);        }        /// <summary>        /// 獲取緩存的值        /// </summary>        /// <param name="sKey"></param>        /// <returns>請注意如果沒有找到則為Null</returns>        public static object CacheGet(string sKey)        {           return HttpContext.Current.Cache.Get(sKey);        }        /// <summary>        /// 清除緩存        /// </summary>        /// <param name="sKey"></param>        /// <returns></returns>        public static object CacheRemove(string sKey)        {            return HttpContext.Current.Cache.Remove(sKey);        }    }}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 辽源市| 昭苏县| 阳泉市| 苏尼特右旗| 清徐县| 江安县| 松滋市| 邢台市| 珲春市| 浦县| 五河县| 乌拉特后旗| 武山县| 曲周县| 大冶市| 琼结县| 富平县| 东平县| 昌邑市| 桃江县| 涪陵区| 枣强县| 乌拉特后旗| 喀什市| 玛曲县| 高青县| 和林格尔县| 永善县| 牡丹江市| 南木林县| 门源| 阿拉善右旗| 泊头市| 龙泉市| 油尖旺区| 福海县| 阳新县| 华宁县| 桦南县| 南乐县| 宣威市|