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

Filed under:

Cache.Insert("lstDownload", GetListDownload(), null, DateTime.Now.AddDays(1), TimeSpan.Zero); when will cache be exprired? what will we receive when cache expired?

http://stackoverflow.com/questions

© Stack Overflow or respective owner

Related posts about ASP.NET