[Opensymphony-oscache] Caching same object in different jsp pages
dres <[email protected]> Thu, 02 Jun 2005 17:17:37 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <9466331.1117750687800.JavaMail.os-j2ee@opensymphony01.contegix.com> |
please read the wiki, it has much of this info: http://wiki.opensymphony.com/display/CACHE/JSP+Tags#JSPTags-cache the cache tag defaults to application scope and you can set the key attribute to something like <cache:cache key="departmentList">. then any page in the app that uses this key will refer to the same data in the cache. --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=2897&messageID=7857#7857