Hi All,
I'm upgrading to jboss-cache-3x, is there a way of using jboss cache for:
-load key-value pair for particular cache-node from database, not using node.put() method, which would invalidate other servers's cache
in jboss-cache-1x, we hajack the jboss interceptor to archive this, I think there having better way, right?