Uses of Interface
org.apache.camel.builder.endpoint.dsl.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder
Packages that use CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder
-
Uses of CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.caffeineCache(String path) Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache.StaticEndpointBuilders.caffeineCache(String componentName, String path) Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache. -
Uses of CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilderModifier and TypeMethodDescriptionTo configure the default cache action.CaffeineCacheEndpointBuilderFactory.AdvancedCaffeineCacheEndpointBuilder.basic()CaffeineCacheEndpointBuilderFactory.CaffeineCacheBuilders.caffeineCache(String path) Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache.CaffeineCacheEndpointBuilderFactory.CaffeineCacheBuilders.caffeineCache(String componentName, String path) Caffeine Cache (camel-caffeine) Perform caching operations using Caffeine Cache.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.createCacheIfNotExist(boolean createCacheIfNotExist) Automatic create the Caffeine cache if none has been configured or exists in the registry.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.createCacheIfNotExist(String createCacheIfNotExist) Automatic create the Caffeine cache if none has been configured or exists in the registry.CaffeineCacheEndpointBuilderFactory.endpointBuilder(String componentName, String path) CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.evictionType(String evictionType) Set the eviction Type for this cache.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.evictionType(org.apache.camel.component.caffeine.EvictionType evictionType) Set the eviction Type for this cache.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.expireAfterAccessTime(int expireAfterAccessTime) Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last read.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.expireAfterAccessTime(String expireAfterAccessTime) Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last read.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.expireAfterWriteTime(int expireAfterWriteTime) Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.expireAfterWriteTime(String expireAfterWriteTime) Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.initialCapacity(Integer initialCapacity) Sets the minimum total size for the internal data structures.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.initialCapacity(String initialCapacity) Sets the minimum total size for the internal data structures.To configure the default action key.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.maximumSize(Integer maximumSize) Specifies the maximum number of entries the cache may contain.CaffeineCacheEndpointBuilderFactory.CaffeineCacheEndpointBuilder.maximumSize(String maximumSize) Specifies the maximum number of entries the cache may contain.