2 Replies Latest reply on Jul 24, 2013 3:30 AM by bondchan921

    how to load key-value pair for a cache-node programatically within bussiness code(invalidation cache)

    bondchan921

      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?