Hello, yes, I'm doing that now for a limited number of keys (eagerly putting them in the cache instead of removing the whole node), although I'm doing it inside the TX (I want the new values to be calculated basing on the data modified in the TX), however I can't do that for all keys, as that would take too much time. The whole point of using a cache loader is to be able to compute those values lazily.
Adam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256638#4256638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256638 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
