ehcache

Uses of Interface
net.sf.ehcache.exceptionhandler.CacheExceptionHandler

Packages that use CacheExceptionHandler
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 package 
net.sf.ehcache.exceptionhandler This package is for exception handling. 
 

Uses of CacheExceptionHandler in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheExceptionHandler
 CacheExceptionHandler Ehcache.getCacheExceptionHandler()
          Sets an ExceptionHandler on the Cache.
 CacheExceptionHandler Cache.getCacheExceptionHandler()
          Gets the ExceptionHandler on this Cache, or null if there isn't one.
 

Methods in net.sf.ehcache with parameters of type CacheExceptionHandler
 void Ehcache.setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)
          Sets an ExceptionHandler on the Cache.
 void Cache.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
static CacheExceptionHandler ConfigurationHelper.createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factoryConfiguration, 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
 CacheExceptionHandler EhcacheDecoratorAdapter.getCacheExceptionHandler()
          Sets an ExceptionHandler on the Cache.
 

Methods in net.sf.ehcache.constructs with parameters of type CacheExceptionHandler
 void EhcacheDecoratorAdapter.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
 CacheExceptionHandler ClassLoaderAwareCache.getCacheExceptionHandler()
          Sets an ExceptionHandler on the Cache.
 

Methods in net.sf.ehcache.constructs.classloader with parameters of type CacheExceptionHandler
 void ClassLoaderAwareCache.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
abstract  CacheExceptionHandler CacheExceptionHandlerFactory.createExceptionHandler(Properties properties)
          Create an CacheExceptionHandler
 


ehcache

Copyright 2001-2016, Terracotta, Inc.