See: Description
| Interface | Description |
|---|---|
| ExceptionInformation |
Relevant information of load attempt that generated an exception.
|
| ExceptionPropagator<K> |
In read through mode exceptions are cached.
|
| FunctionalCacheLoader<K,V> |
Functional cache loader interface to be used when only a single method is
used.
|
| ResiliencePolicy.Context |
Provides additional context information.
|
| Class | Description |
|---|---|
| AdvancedCacheLoader<K,V> |
Retrieves or generates a value to load into the cache.
|
| CacheLoader<K,V> |
Retrieves or generates a value to load into the cache.
|
| CacheWriter<K,V> |
Writer for write-through configurations.
|
| LoadDetail<V> |
A loaded value may be wrapped by the loader to transport auxiliary information
to the cache.
|
| Loaders |
Utility methods for cache loaders
|
| RefreshedTimeWrapper<V> |
Instruct the case to use a different refresh time than the current time
for a loaded value.
|
| ResiliencePolicy<K,V> |
Controls how to deal with loader exceptions in a read through configuration.
|
| Exception | Description |
|---|---|
| CacheLoaderException |
Exception to wrap a loader exception.
|
| CacheWriterException |
Wraps an exception caused by a writer.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.