Uses of Interface
org.cache2k.core.EntryAction.CompletedCallback
-
Packages that use EntryAction.CompletedCallback Package Description org.cache2k.core -
-
Uses of EntryAction.CompletedCallback in org.cache2k.core
Classes in org.cache2k.core that implement EntryAction.CompletedCallback Modifier and Type Class Description classBulkAction<K,V,R>Execute a set of entry actions in parallel to leverage bulk I/O.Constructors in org.cache2k.core with parameters of type EntryAction.CompletedCallback Constructor Description EntryAction(HeapCache<K,V> heapCache, InternalCache<K,V> internalCache, Semantic<K,V,R> op, K k, Entry<K,V> e, EntryAction.CompletedCallback<K,V,R> cb)
-