Package org.cache2k.core.experimentalApi
Interface AsyncCacheWriter.Callback
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
EntryAction
- Enclosing interface:
- AsyncCacheWriter<K,V>
public static interface AsyncCacheWriter.Callback extends EventListener
- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWriteFailure(Throwable ex)voidonWriteSuccess()
-
-
-
Method Detail
-
onWriteSuccess
void onWriteSuccess()
-
onWriteFailure
void onWriteFailure(Throwable ex)
-
-