Uses of Class
org.apache.camel.component.jcache.JCacheConfiguration
-
-
Uses of JCacheConfiguration in org.apache.camel.component.jcache
Methods in org.apache.camel.component.jcache that return JCacheConfiguration Modifier and Type Method Description JCacheConfiguration
JCacheEndpoint. getConfiguration()
JCacheConfiguration
JCacheManager. getConfiguration()
Methods in org.apache.camel.component.jcache with parameters of type JCacheConfiguration Modifier and Type Method Description static <K,V>
JCacheManager<K,V>JCacheHelper. createManager(JCacheConfiguration configuration)
Constructors in org.apache.camel.component.jcache with parameters of type JCacheConfiguration Constructor Description JCacheEndpoint(String uri, JCacheComponent component, JCacheConfiguration configuration)
JCacheManager(JCacheConfiguration configuration)
JCacheProducer(JCacheEndpoint endpoint, JCacheConfiguration configuration)
-
Uses of JCacheConfiguration in org.apache.camel.component.jcache.osgi
Constructors in org.apache.camel.component.jcache.osgi with parameters of type JCacheConfiguration Constructor Description OSGiCacheManager(JCacheConfiguration configuration)
-
Uses of JCacheConfiguration in org.apache.camel.component.jcache.processor.aggregate
Methods in org.apache.camel.component.jcache.processor.aggregate that return JCacheConfiguration Modifier and Type Method Description JCacheConfiguration
JCacheAggregationRepository. getConfiguration()
Methods in org.apache.camel.component.jcache.processor.aggregate with parameters of type JCacheConfiguration Modifier and Type Method Description void
JCacheAggregationRepository. setConfiguration(JCacheConfiguration configuration)
-
Uses of JCacheConfiguration in org.apache.camel.component.jcache.processor.idempotent
Methods in org.apache.camel.component.jcache.processor.idempotent that return JCacheConfiguration Modifier and Type Method Description JCacheConfiguration
JCacheIdempotentRepository. getConfiguration()
Methods in org.apache.camel.component.jcache.processor.idempotent with parameters of type JCacheConfiguration Modifier and Type Method Description void
JCacheIdempotentRepository. setConfiguration(JCacheConfiguration configuration)
-