Re: [Opensymphony-oscache] Pages only caching some of the time
Andres March <[email protected]> Thu, 02 Jun 2005 18:54:10 -0700
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <[email protected]> |
not exactly but there is an open enhancement request to provide your own algorithm for key generation. once this is added you could exclude the x and y parameters from the key. In the mean time, look into subclassing cache filter to see if you can do something similar. btw, I would recommend not using the disk cache unless absolutely necessary. and be careful with blocking=true too. serving slightly stale content is usually more desirable. raigunn wrote: >Ahh, my post just helped me solve the problem! I am submitting the form with an image, so the x and y coordinates of the click carry through to the URL. Thus whenever I click in a different spot, it looks like a different URL to OSCache. > >Is this a common problem with cache? How do people generally work around it? > >Thanks > >--------------------------------------------------------------------- >Posted via Jive Forums >http://forums.opensymphony.com/thread.jspa?threadID=2883&messageID=7868#7868 > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > >