Package | Description |
---|---|
org.cache2k.integration |
Loader and writer to integrate with external data sources.
|
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ExceptionPropagator.propagateException(K key,
ExceptionInformation exceptionInformation)
Generate runtime exception to throw.
|
abstract long |
ResiliencePolicy.retryLoadAfter(K key,
ExceptionInformation exceptionInformation)
Called after the loader threw an exception and no previous value is available or
ResiliencePolicy.suppressExceptionUntil(K, org.cache2k.integration.ExceptionInformation, org.cache2k.CacheEntry<K, V>) returned zero. |
abstract long |
ResiliencePolicy.suppressExceptionUntil(K key,
ExceptionInformation exceptionInformation,
CacheEntry<K,V> cachedContent)
Called after the loader threw an exception and a previous value is available.
|
cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.