[Opensymphony-oscache] HTTP Request/Response Caching using Filtering
dres <[email protected]> Mon, 06 Jun 2005 12:15:43 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <25727528.1118078173505.JavaMail.os-j2ee@opensymphony01.contegix.com> |
I think you have a misconception of how this works. The requests are not cached. They are used to generate a key for the cache content, which is the response. So it is possible that 2 different requests that have the same response get cached separately. As an example the following requests all generate the same content, yet are cached separately: GET /task.do?param=value POST /task.do?param=value POST /task.do?param=value&jsessionid=blah --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=3032&messageID=8054#8054