OutputCache Duration Maximum Value
-
I'm wondering what the maximum value is for the 'Duration' attribute in the OutputCache Directive. I have some aspx pages for the only reason that they have master pages to form a universal layout throughout the site, other then that they are completely static and i would like to cache them for as long as possible so they dont have to execute on each request. Any idea? Thanks in advanced
-
I'm wondering what the maximum value is for the 'Duration' attribute in the OutputCache Directive. I have some aspx pages for the only reason that they have master pages to form a universal layout throughout the site, other then that they are completely static and i would like to cache them for as long as possible so they dont have to execute on each request. Any idea? Thanks in advanced
-
Hi Yona low In the documentation givin by microsoft, Value for the Duration attribute in the outputcache directive is not limited, so you can use any value.