Package org.cache2k.io
Loader and writer to integrate with external data sources.
- Author:
- Jens Wilke
-
Interface Summary Interface Description AdvancedCacheLoader<K,V> Retrieves or generates a value to load into the cache.AsyncBulkCacheLoader<K,V> Extension ofAsyncCacheLoader
with bulk load capabilities.AsyncBulkCacheLoader.BulkCallback<K,V> AsyncBulkCacheLoader.BulkLoadContext<K,V> AsyncCacheLoader<K,V> Alternative interface toCacheLoader
for asynchronous operation.AsyncCacheLoader.Callback<V> Callback for async cache load.AsyncCacheLoader.Context<K,V> Relevant context information for a single load request.BulkCacheLoader<K,V> Extension to the cache load with bulk load capabilities.CacheLoader<K,V> Retrieves or generates a value to load into the cache.CacheWriter<K,V> Writer for write-through configurations.ExceptionPropagator<K,V> In read through mode exceptions are cached.LoadExceptionInfo<K,V> Relevant information of a load attempt that generated an exception.ResiliencePolicy<K,V> Controls how to deal with loader exceptions in a read through configuration. -
Exception Summary Exception Description CacheLoaderException Exception to wrap a loader exception.CacheWriterException Wraps an exception caused by a writer.