Package com.suncode.pwfl.cache
Interface PlusWorkflowCache<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
void
cleanUp()
getIfPresent
(K key) getUnchecked
(K key) void
invalidate
(K key) void
void
invalidateAll
(Iterable<? extends Object> keysToRemove) void
-
Method Details
-
get
- Throws:
ExecutionException
-
get
- Throws:
ExecutionException
-
getIfPresent
-
put
-
invalidate
-
invalidateAll
void invalidateAll() -
invalidateAll
-
asMap
ConcurrentMap<K,V> asMap() -
getUnchecked
-
cleanUp
void cleanUp()
-