public class EhcacheManager extends Object implements org.apache.camel.Service
Constructor and Description |
---|
EhcacheManager(org.ehcache.CacheManager cacheManager,
boolean managed,
EhcacheConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
<K,V> org.ehcache.Cache<K,V> |
getCache(String name,
Class<K> keyType,
Class<V> valueType) |
void |
start() |
void |
stop() |
public EhcacheManager(org.ehcache.CacheManager cacheManager, boolean managed, EhcacheConfiguration configuration)
Apache Camel