1 Reply Latest reply on Sep 2, 2008 7:08 AM by manik

    JBossCache - Persistence

    karnivas

      Hi,

      Can I update the persistent store for synchronous with cache ?

      I have a cache which is a subset of another cache. All changes reflecting in the superset should get delegated to this subset cache. This way i'm trying to get a selective cache replication.

      Is this possible ? Please suggest your thoughts on this.

        • 1. Re: JBossCache - Persistence
          manik

          you could use a cache loader that delegates to another cache, like the TcpDelegatingCacheLoader. You could in fact subclass the TcpDelegatingCacheLoader and only forward on requests for nodes that you want.