POJO Cache will allow you to cache an object model, but that model must be either instrumented with jboss aop, or serializable. Core cache provides a normal java collections style API, so it is geared for storing simple Java types.
So, it is most likely that the HTML caching example is better off in core cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088168#4088168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088168 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
