1 Reply Latest reply on Mar 21, 2013 6:48 AM by mattw

    Turn infinispan cache to read-only mode?

    tomas11

      Hi

       

      Is there option to turn cache to READ-ONLY mode?

       

      Is there option to isolate just one cloud member from writing to cache? So he will stop changing data in cluster but still will participate on distribution and will be able to read from it. Some kind of isolation from cluster.

       

      Or at least is there possibility to prevent inserting in cache for example through listeners? So if I have listener @CacheEntryCreated can I somehow stop and not continue with invoking event which come as a parameter?

       

      Thanks