Interface Mutator


  • public interface Mutator
    Indicates that the value represented by this object has changed and needs to be replicated.
    Author:
    Paul Ferraro
    • Field Detail

      • PASSIVE

        static final Mutator PASSIVE
        Trivial Mutator implementation that does nothing. New cache entries, in particular, don't require mutation.
    • Method Detail

      • mutate

        void mutate()
        Ensure that this object replicates.