Interface CacheEntryMutator


public interface CacheEntryMutator
Updates a cache entry within the cache.
Author:
Paul Ferraro
  • Field Details

    • NO_OP

      static final CacheEntryMutator NO_OP
      Trivial CacheEntryMutator implementation that does nothing. New cache entries created within the context of a batch, in particular, do not require mutation.
  • Method Details

    • mutate

      default void mutate()
      Ensure that this object replicates.
    • mutateAsync

      CompletionStage<Void> mutateAsync()