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

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

CacheHelper.cs

2019-11-14 10:58:16
字體:
來源:轉載
供稿:網友
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ā)表
主站蜘蛛池模板: 郓城县| 浦县| 通州区| 长垣县| 海丰县| 赤壁市| 宜城市| 防城港市| 比如县| 海门市| 南和县| 金溪县| 福安市| 永平县| 永德县| 特克斯县| 客服| 阿勒泰市| 康平县| 平泉县| 绥阳县| 兴国县| 左权县| 双桥区| 满城县| 龙里县| 佛学| 阿勒泰市| 平谷区| 民丰县| 上栗县| 辽阳县| 霍林郭勒市| 彩票| 大石桥市| 松潘县| 公主岭市| 云龙县| 金沙县| 镇沅| 灯塔市|