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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
