Package org.cache2k.core.operation
Class Semantic.MightUpdate<K,V,R>
- java.lang.Object
-
- org.cache2k.core.operation.Semantic.Base<K,V,R>
-
- org.cache2k.core.operation.Semantic.MightUpdate<K,V,R>
-
- All Implemented Interfaces:
Semantic<K,V,R>
- Direct Known Subclasses:
Operations.ExpireEvent,Semantic.Update
public abstract static class Semantic.MightUpdate<K,V,R> extends Semantic.Base<K,V,R>
Read a cache entry and do an optional mutation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cache2k.core.operation.Semantic
Semantic.Base<K,V,R>, Semantic.InsertOrUpdate<K,V,R>, Semantic.MightUpdate<K,V,R>, Semantic.Read<K,V,R>, Semantic.Update<K,V,R>
-
-
Constructor Summary
Constructors Constructor Description MightUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(K key, Progress<K,V,R> c)Reqeust latest data-
Methods inherited from class org.cache2k.core.operation.Semantic.Base
loaded
-
-