| Glen Burson 2004-03-24, 7:34 am |
| 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: -
http://www.mysite.com/webapp/mysite...econd=b&third=c
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.
|