Cache in asp.net
Posted
by newperson
on Stack Overflow
See other posts from Stack Overflow
or by newperson
Published on 2010-04-05T09:41:06Z
Indexed on
2010/04/05
9:43 UTC
Read the original article
Hit count: 154
ASP.NET
Cache.Insert("lstDownload", GetListDownload(), null, DateTime.Now.AddDays(1), TimeSpan.Zero); when will cache be exprired? what will we receive when cache expired?
© Stack Overflow or respective owner