1 Reply Latest reply on Sep 9, 2004 7:57 PM by ben.wang

    Cache locality

    dylanschell

      I'm currently using jboss cache as a second level cache in hibernate.

      Initially jboss-cache seems to do everything I want it to and more, it's
      the more that's bothering me.... :)

      Is it possible to configure jboss-cache to just remove changed objects
      from other nodes in a cluster?

      I'm currently anticipating a large number of cached objects that have
      a large degree of locality, so replicating changed objects to all nodes
      is not required and will probably kill performance in my situation.

      I would prefer it if my objects "stick" to the node in which they are used
      most frequently, is this possible?