public interface MutatorFactory<K,V>
| Modifier and Type | Method and Description |
|---|---|
Mutator |
createMutator(K key,
V value)
Creates a mutator for the specified cache entry.
|
default Mutator |
createMutator(Map.Entry<K,V> entry)
Creates a mutator for the specified cache entry.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.