Uses of Package
org.cache2k.io
-
Packages that use org.cache2k.io Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.io Loader and writer to integrate with external data sources.org.cache2k.processor Entry processor and supporting types for custom atomic operations on a cache entry. -
Classes in org.cache2k.io used by org.cache2k Class Description AdvancedCacheLoader Retrieves or generates a value to load into the cache.AsyncBulkCacheLoader Extension ofAsyncCacheLoader
with bulk load capabilities.AsyncCacheLoader Alternative interface toCacheLoader
for asynchronous operation.BulkCacheLoader Extension to the cache load with bulk load capabilities.CacheLoader Retrieves or generates a value to load into the cache.CacheWriter Writer for write-through configurations.ExceptionPropagator In read through mode exceptions are cached.LoadExceptionInfo Relevant information of a load attempt that generated an exception.ResiliencePolicy Controls how to deal with loader exceptions in a read through configuration. -
Classes in org.cache2k.io used by org.cache2k.config Class Description AdvancedCacheLoader Retrieves or generates a value to load into the cache.AsyncCacheLoader Alternative interface toCacheLoader
for asynchronous operation.CacheLoader Retrieves or generates a value to load into the cache.CacheWriter Writer for write-through configurations.ExceptionPropagator In read through mode exceptions are cached.ResiliencePolicy Controls how to deal with loader exceptions in a read through configuration. -
Classes in org.cache2k.io used by org.cache2k.io Class Description AsyncBulkCacheLoader.BulkCallback AsyncBulkCacheLoader.BulkLoadContext AsyncCacheLoader Alternative interface toCacheLoader
for asynchronous operation.AsyncCacheLoader.Callback Callback for async cache load.AsyncCacheLoader.Context Relevant context information for a single load request.CacheLoader Retrieves or generates a value to load into the cache.ExceptionPropagator In read through mode exceptions are cached.LoadExceptionInfo Relevant information of a load attempt that generated an exception.ResiliencePolicy Controls how to deal with loader exceptions in a read through configuration. -
Classes in org.cache2k.io used by org.cache2k.processor Class Description LoadExceptionInfo Relevant information of a load attempt that generated an exception.