Uses of Class
net.sf.ehcache.config.CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
-
Packages that use CacheConfiguration.CacheExceptionHandlerFactoryConfiguration Package Description net.sf.ehcache.config This package contains the cache configuration code. -
-
Uses of CacheConfiguration.CacheExceptionHandlerFactoryConfiguration in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as CacheConfiguration.CacheExceptionHandlerFactoryConfiguration Modifier and Type Field Description protected CacheConfiguration.CacheExceptionHandlerFactoryConfigurationCacheConfiguration. cacheExceptionHandlerFactoryConfigurationThe CacheExceptionHandlerFactoryConfiguration.Methods in net.sf.ehcache.config that return CacheConfiguration.CacheExceptionHandlerFactoryConfiguration Modifier and Type Method Description CacheConfiguration.CacheExceptionHandlerFactoryConfigurationCacheConfiguration. getCacheExceptionHandlerFactoryConfiguration()AccessorMethods in net.sf.ehcache.config with parameters of type CacheConfiguration.CacheExceptionHandlerFactoryConfiguration Modifier and Type Method Description voidCacheConfiguration. addCacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factory)Add the CacheExceptionHandlerFactory to the configuration.CacheConfigurationCacheConfiguration. cacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factory)static CacheExceptionHandlerConfigurationHelper. createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factoryConfiguration, java.lang.ClassLoader loader)Tries to create a CacheLoader from the configuration using the factory specified.
-