[jboss-user] [JBossCache] - Re: Caching Specific Records in the database table

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Oct 18 09:43:03 EDT 2006


Yes, you could write a wrapper in your code to retrieve stuff from the cache instead of a db, and if the data does not exist in the cache, fetch it from the db.  Kind of like the way Hibernate's 2nd level cache operates.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979081#3979081

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979081



More information about the jboss-user mailing list