Uses of Interface
org.cache2k.core.experimentalApi.AsyncCacheWriter.Callback
-
Packages that use AsyncCacheWriter.Callback Package Description org.cache2k.core org.cache2k.core.experimentalApi -
-
Uses of AsyncCacheWriter.Callback in org.cache2k.core
Classes in org.cache2k.core that implement AsyncCacheWriter.Callback Modifier and Type Class Description classEntryAction<K,V,R>This is a method object to perform an operation on an entry. -
Uses of AsyncCacheWriter.Callback in org.cache2k.core.experimentalApi
Methods in org.cache2k.core.experimentalApi with parameters of type AsyncCacheWriter.Callback Modifier and Type Method Description voidAsyncCacheWriter. remove(K key, AsyncCacheWriter.Callback callback, Executor ex)voidAsyncCacheWriter. write(K key, V value, AsyncCacheWriter.Callback callback, Executor ex)
-