ObjectCache cache = MemoryCache.Default; //
string cacheData1 = cache["key1"] as string;//得不到数据
//2
//string cacheData1 = Convert.ToString(cache["key1"]);//这个ok CacheItemPolicy policy1 = new CacheItemPolicy();
policy1.AbsoluteExpiration = new DateTimeOffset(DateTime.Now.AddMinutes());
cache.Set("key1", , policy1); Response.Write($"<h1>{cacheData1}</h1>");
Response.End();
相关文章
- 08-04运行nginx的django服务器上的大型媒体文件出现403错误
- 08-04在VisualStudio 2012上使用MVC3出现错误的解决办法
- 08-04Internal.Cryptography.CryptoThrowHelper+WindowsCryptographicException 拒绝访问 / 出现了内部错误 c# – 当使用X509Ce
- 08-04关于win10家庭版开始按钮出现关键错误的解决方法
- 08-04如何解决dos窗口编译时出现乱码,“编码GBK的不可映射字符”的错误
- 08-04【记录一个问题】macos下lldb调试opencv的一个程序,出现“failed to load objfile for”错误,并且无法调试进入opencv的函数
- 08-04okvis 编译出现ceres-solver错误的解决办法
- 08-04尝试从github安装R fst软件包的开发版时出现“/ bin / sh:XX:command not found”错误
- 08-04IE中出现 "Stack overflow at line" 错误的解决方法
- 08-04网页出现400 Bad Request Request Header Or Cookie Too Large错误的解决方法