Package org.cache2k.core.operation
Class Semantic.Read<K,V,R>
- java.lang.Object
-
- org.cache2k.core.operation.Semantic.Base<K,V,R>
-
- org.cache2k.core.operation.Semantic.Read<K,V,R>
-
-
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 Read()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmutate(K key, Progress<K,V,R> c, ExaminationEntry<K,V> e)No operation.voidstart(K key, Progress<K,V,R> c)Instruct to provide the cache content-
Methods inherited from class org.cache2k.core.operation.Semantic.Base
loaded
-
-