Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder
Packages that use JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder
-
Uses of JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilderModifier and TypeMethodDescriptionJCacheEndpointBuilderFactory.JCacheEndpointBuilder.advanced()JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.cacheLoaderFactory(String cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.cacheLoaderFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheLoader> cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.cacheWriterFactory(String cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.cacheWriterFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheWriter> cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.createCacheIfNotExists(boolean createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.createCacheIfNotExists(String createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.expiryPolicyFactory(String expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.expiryPolicyFactory(javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.lookupProviders(boolean lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.lookupProviders(String lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.