Uses of Interface
org.cache2k.integration.ExceptionPropagator
-
Packages that use ExceptionPropagator Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.integration 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<K> ep)
Sets customization for propagating loader exceptions. -
Uses of ExceptionPropagator in org.cache2k.integration
Methods in org.cache2k.integration that return ExceptionPropagator Modifier and Type Method Description ExceptionPropagator
ExceptionInformation. getExceptionPropagator()
Deprecated.The exception propagator in effect.
-