For the use-case of caching data which could be read from a database, use putForExternalRead(). Have a look at the Javadocs there (this is a 2.x and 3.x API), this is how Hibernate and other persistence mechanisms use the cache to store data read from elsewhere.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212178#4212178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212178 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
