Uses of Interface
net.sf.ehcache.exceptionhandler.CacheExceptionHandler
-
Packages that use CacheExceptionHandler Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.exceptionhandler This package is for exception handling. -
-
Uses of CacheExceptionHandler in net.sf.ehcache
Methods in net.sf.ehcache that return CacheExceptionHandler Modifier and Type Method Description CacheExceptionHandlerCache. getCacheExceptionHandler()Gets the ExceptionHandler on this Cache, or null if there isn't one.CacheExceptionHandlerEhcache. getCacheExceptionHandler()Methods in net.sf.ehcache with parameters of type CacheExceptionHandler Modifier and Type Method Description voidCache. setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)Sets an ExceptionHandler on the Cache.voidEhcache. setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)Sets an ExceptionHandler on the Cache. -
Uses of CacheExceptionHandler in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return CacheExceptionHandler Modifier and Type Method Description static CacheExceptionHandlerConfigurationHelper. createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factoryConfiguration, java.lang.ClassLoader loader)Tries to create a CacheLoader from the configuration using the factory specified. -
Uses of CacheExceptionHandler in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return CacheExceptionHandler Modifier and Type Method Description CacheExceptionHandlerEhcacheDecoratorAdapter. getCacheExceptionHandler()Methods in net.sf.ehcache.constructs with parameters of type CacheExceptionHandler Modifier and Type Method Description voidEhcacheDecoratorAdapter. setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)Sets an ExceptionHandler on the Cache. -
Uses of CacheExceptionHandler in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return CacheExceptionHandler Modifier and Type Method Description CacheExceptionHandlerClassLoaderAwareCache. getCacheExceptionHandler()Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheExceptionHandler Modifier and Type Method Description voidClassLoaderAwareCache. setCacheExceptionHandler(CacheExceptionHandler arg0)Sets an ExceptionHandler on the Cache. -
Uses of CacheExceptionHandler in net.sf.ehcache.exceptionhandler
Methods in net.sf.ehcache.exceptionhandler that return CacheExceptionHandler Modifier and Type Method Description abstract CacheExceptionHandlerCacheExceptionHandlerFactory. createExceptionHandler(java.util.Properties properties)Create anCacheExceptionHandler
-