Caching

  • Thread starter Thread starter Paperback Writer
  • Start date Start date
P

Paperback Writer

Hi All,
Could I do my OutputCache duration be infinite ? If not, How can i control
an array to be recovered just one time ?
The user can not "call the SQLServer" each time that he access a link.
 
in asp.net 1.1 a page can only be cached for a mximum of 1 year assuming
your web server stays up that long as per the http spec, in 2.0 it changes
so caching can be serialised to file and thus could be infinite

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
Back
Top