org.apache.camel.component.cache
Class CacheManagerFactory
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.component.cache.CacheManagerFactory
- All Implemented Interfaces:
- Service, ShutdownableService
- Direct Known Subclasses:
- DefaultCacheManagerFactory
public abstract class CacheManagerFactory
- extends ServiceSupport
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheManagerFactory
public CacheManagerFactory()
getInstance
public net.sf.ehcache.CacheManager getInstance()
createCacheManagerInstance
protected abstract net.sf.ehcache.CacheManager createCacheManagerInstance()
- Creates
CacheManager.
The default implementation is DefaultCacheManagerFactory.
- Returns:
CacheManager
doStart
protected void doStart()
throws Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
Exception
Apache CAMEL