2 Replies Latest reply on Oct 21, 2008 4:19 AM by manik

    Selective Distributed Cache loading

    karnivas

      We have one master cache(A) and multiple small subset caches (B & C) which are subsets of the master cache(A). All these caches(A, B & C) are in different independent clusters. We want to load and distribute the changes from the master cache(A) into these smaller caches ( B & C). Changes(Modify or Delete) needs to be distributed based on the altered items from the master cache(A) to respective smaller caches(B & C).

      Is this achievable ? Please suggest your thoughts to achieve this kind of a selective distributed caching.