Interface CacheEntryMutator
public interface CacheEntryMutator
Updates a cache entry within the cache.
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CacheEntryMutatorTrivialCacheEntryMutatorimplementation that does nothing. -
Method Summary
-
Field Details
-
NO_OP
TrivialCacheEntryMutatorimplementation 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()
-