Interface | Description |
---|---|
ExceptionInformation |
Relevant information of load attempt that generated an exception.
|
ExceptionPropagator<K> |
In read through mode exceptions are cached.
|
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.
|
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–2016 headissue GmbH, Munich.