03-24-04 12:34 PM
Hello,
Has anyone implemented Caching Proxy Customization? I'm hoping to
extend the caching rules available. Specifically, I want to mark a
page as cachable based upon it's URL and specific URL parameters (and
regardless of any cache headers).
This would be used to allow the caching of dynamic content from a
WebSphere application on the Edge Server. For example, a URL like: -
[url]http://www.mysite.com/webapp/mysite/servlet/HomePage?first=a&second=b&third=c[/url
]
I might want to cache the page by it's path info (HomePage) and just
one or more of the parameters (e.g. second=b).
I hope this makes sense. Because it's a dynamic page, the response
from the application would contain any expiry headers etc. I would
have to code my own rules for invalidation.
Is this possible?
Thanks,
Glen.
[ Post a follow-up to this message ]
|