Package com.suncode.pwfl.cache
Interface PlusWorkflowHybridCache<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp()getIfPresent(K key) getUnchecked(K key) getUnchecked(K key, Callable<? extends V> loader) voidinvalidate(K key) voidvoidinvalidateAll(Iterable<? extends K> keysToRemove)
-
Method Details
-
get
- Throws:
ExecutionException
-
get
- Throws:
ExecutionException
-
getIfPresent
-
invalidate
-
invalidateAll
void invalidateAll() -
invalidateAll
-
getUnchecked
-
getUnchecked
-
cleanUp
void cleanUp()
-