public abstract class CacheManagerFactory
extends org.apache.camel.support.ServiceSupport
Constructor and Description |
---|
CacheManagerFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract net.sf.ehcache.CacheManager |
createCacheManagerInstance()
Creates
CacheManager . |
protected void |
doStart() |
protected void |
doStop() |
net.sf.ehcache.CacheManager |
getInstance() |
public net.sf.ehcache.CacheManager getInstance()
protected abstract net.sf.ehcache.CacheManager createCacheManagerInstance()
CacheManager
.
The default implementation is DefaultCacheManagerFactory
.CacheManager
protected void doStart() throws Exception
doStart
in class org.apache.camel.support.ServiceSupport
Exception
Apache Camel