国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 增城市| 扎鲁特旗| 广东省| 济阳县| 济源市| 色达县| 五峰| 甘洛县| 商河县| 绵竹市| 化德县| 阳高县| 合阳县| 南投市| 库尔勒市| 平乐县| 湛江市| 高唐县| 屏南县| 临城县| 阳江市| 格尔木市| 新津县| 兴化市| 新和县| 论坛| 凉城县| 读书| 海安县| 璧山县| 阳原县| 昌江| 合水县| 确山县| 海丰县| 黄龙县| 静安区| 南木林县| 绥芬河市| 上高县| 慈利县|