1 Reply Latest reply on Apr 16, 2008 5:45 AM by manik

    Distrubuted cache without replication, please help needed!!

    ngoundger

      Hello,
      I'd like to create a JBoss clustered cache without replication beetwin cache instance. Could anybody help me to achieve this goal? I have read the jBossCache user guide but I still don't understand how to realize it.
      Sorry for my bad english...
      Regards

        • 1. Re: Distrubuted cache without replication, please help neede
          manik

          What do you mean by "clustered without replication"? You could try setting your CacheMode to LOCAL, which is not clustered, and there won't be any replication. Otherwise you could try setting it to INVALIDATION_SYNC or INVALIDATION_ASYNC in which case the cache is "cluster-aware" and will invalidate state on remote caches when local state changes.