Uses of Interface
org.cache2k.io.ExceptionPropagator
-
Packages that use ExceptionPropagator 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. -
-
Uses of ExceptionPropagator in org.cache2k
Methods in org.cache2k with parameters of type ExceptionPropagator Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. exceptionPropagator(ExceptionPropagator<? super K,? super V> ep)
Sets customization for propagating loader exceptions. -
Uses of ExceptionPropagator in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type ExceptionPropagator Modifier and Type Method Description @Nullable CustomizationSupplier<? extends ExceptionPropagator<? super K,? super V>>
Cache2kConfig. getExceptionPropagator()
Method parameters in org.cache2k.config with type arguments of type ExceptionPropagator Modifier and Type Method Description void
Cache2kConfig. setExceptionPropagator(@Nullable CustomizationSupplier<? extends ExceptionPropagator<? super K,? super V>> v)
-
Uses of ExceptionPropagator in org.cache2k.io
Methods in org.cache2k.io that return ExceptionPropagator Modifier and Type Method Description ExceptionPropagator<K,V>
LoadExceptionInfo. getExceptionPropagator()
The exception propagator in effect.
-