Uses of Interface
org.apache.camel.builder.endpoint.dsl.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder
Packages that use CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder
-
Uses of CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.caffeineLoadcache(String path) Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader.StaticEndpointBuilders.caffeineLoadcache(String componentName, String path) Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader. -
Uses of CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilderModifier and TypeMethodDescriptionTo configure the default cache action.CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointBuilder.basic()CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheBuilders.caffeineLoadcache(String path) Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheBuilders.caffeineLoadcache(String componentName, String path) Caffeine LoadCache (camel-caffeine) Perform caching operations using Caffeine Cache with an attached CacheLoader.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.createCacheIfNotExist(boolean createCacheIfNotExist) Automatic create the Caffeine cache if none has been configured or exists in the registry.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.createCacheIfNotExist(String createCacheIfNotExist) Automatic create the Caffeine cache if none has been configured or exists in the registry.CaffeineLoadCacheEndpointBuilderFactory.endpointBuilder(String componentName, String path) CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.evictionType(String evictionType) Set the eviction Type for this cache.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.evictionType(org.apache.camel.component.caffeine.EvictionType evictionType) Set the eviction Type for this cache.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.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.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.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.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.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.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.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.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.initialCapacity(Integer initialCapacity) Sets the minimum total size for the internal data structures.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.initialCapacity(String initialCapacity) Sets the minimum total size for the internal data structures.To configure the default action key.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.maximumSize(Integer maximumSize) Specifies the maximum number of entries the cache may contain.CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder.maximumSize(String maximumSize) Specifies the maximum number of entries the cache may contain.