Hello all
I have some items that require long expiration date (weeks, months etc) so
they stay cached in proxy/clients for a long time as the object infrequently
change. However I do not wish for the object to stay in the output cache for
more than an hour due to server resources and demographs of usage.
Are these two properties completely linked, i.e. is the output cache merely
acting as a proxy server, or is there some kind of property where I can
seperate these two, or refine control of the output cache?
Thanks in advance
James
Oytun YILMAZ - 10 Aug 2004 12:36 GMT
> Hello all
>
[quoted text clipped - 10 lines]
>
> James
Response.Cache.SetCacheability(HttpCacheability.Public)
Response.Cache.SetNoServerCaching()
haven't tried but should work
Oytun YILMAZ