[jboss-user] [JBoss Portal] - Re: How to set and get Portal session
swisst
do-not-reply at jboss.com
Wed Oct 17 18:40:20 EDT 2007
Basically you want to cache DB retrievals because you don't want to do them again?
If so, it sounds like a job for your persistence framework (like caching in hibernate).
Or you could do your own caching with something like JCS --> http://jakarta.apache.org/jcs/. They support many different types of caches, even caches for a scaled environment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096309#4096309
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096309
More information about the jboss-user
mailing list