我正在尝试使用HttpRuntime.Cache.Insert()来缓存价格值,但只是在清除之前只显示值几个小时.我究竟做错了什么?我想将值保留在缓存中3天.
HttpRuntime.Cache.Insert(CacheName, Price, null, DateTime.Now.AddDays(3), TimeSpan.Zero);
c# asp.net caching
asp.net ×1
c# ×1
caching ×1