Package org.cache2k.processor
Interface EntryMutator<K,V>
-
- All Superinterfaces:
DataAware<K,V>
public interface EntryMutator<K,V> extends DataAware<K,V>
Identical to the processor but does not return a result.- Author:
- Jens Wilke
- See Also:
EntryProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mutate(MutableCacheEntry<K,V> entry)
-
-
-
Method Detail
-
mutate
void mutate(MutableCacheEntry<K,V> entry) throws Exception
- Throws:
Exception
- See Also:
EntryProcessor.process(MutableCacheEntry)
-
-