- setCacheConsumer(CacheConsumer) - Method in class org.apache.camel.component.cache.CacheEventListener
-
- setCacheLoaderRegistry(CacheLoaderRegistry) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
To configure cache loader using the CacheLoaderRegistry
- setCacheManagerFactory(CacheManagerFactory) - Method in class org.apache.camel.component.cache.CacheComponent
-
To use the given CacheManagerFactory for creating the CacheManager.
- setCacheManagerFactory(CacheManagerFactory) - Method in class org.apache.camel.component.cache.CacheEndpoint
-
To use a custom CacheManagerFactory for creating the CacheManager to be used by this endpoint.
- setCacheName(String) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Name of the cache
- setCacheName(String) - Method in class org.apache.camel.processor.cache.CacheBasedMessageBodyReplacer
-
- setCacheName(String) - Method in class org.apache.camel.processor.cache.CacheBasedTokenReplacer
-
- setCacheName(String) - Method in class org.apache.camel.processor.cache.CacheBasedXPathReplacer
-
- setConfig(CacheConfiguration) - Method in class org.apache.camel.component.cache.CacheEndpoint
-
- setConfiguration(CacheConfiguration) - Method in class org.apache.camel.component.cache.CacheComponent
-
Sets the Cache configuration
- setConfigurationFile(String) - Method in class org.apache.camel.component.cache.CacheComponent
-
Sets the location of the ehcache.xml file to load from classpath or file system.
- setDiskExpiryThreadIntervalSeconds(long) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
The number of seconds between runs of the disk expiry thread.
- setDiskPersistent(boolean) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Whether the disk store persists between restarts of the application.
- setDiskStorePath(String) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Deprecated.
- setEternal(boolean) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Sets whether elements are eternal.
- setEventListenerRegistry(CacheEventListenerRegistry) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
To configure event listeners using the CacheEventListenerRegistry
- setFileName(String) - Method in class org.apache.camel.component.cache.FileCacheManagerFactory
-
- setKey(String) - Method in class org.apache.camel.component.cache.CacheEndpoint
-
The default key to use.
- setKey(String) - Method in class org.apache.camel.processor.cache.CacheBasedMessageBodyReplacer
-
- setKey(String) - Method in class org.apache.camel.processor.cache.CacheBasedTokenReplacer
-
- setKey(String) - Method in class org.apache.camel.processor.cache.CacheBasedXPathReplacer
-
- setMaxElementsInMemory(int) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
The number of elements that may be stored in the defined cache in memory.
- setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Which eviction strategy to use when maximum number of elements in memory is reached.
- setObjectCache(boolean) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Whether to turn on allowing to store non serializable objects in the cache.
- setOperation(String) - Method in class org.apache.camel.component.cache.CacheEndpoint
-
The default cache operation to use.
- setOverflowToDisk(boolean) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
Specifies whether cache may overflow to disk
- setReplacementToken(String) - Method in class org.apache.camel.processor.cache.CacheBasedTokenReplacer
-
- setTimeToIdleSeconds(long) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
The maximum amount of time between accesses before an element expires
- setTimeToLiveSeconds(long) - Method in class org.apache.camel.component.cache.CacheConfiguration
-
The maximum time between creation time and when an element expires.
- setXpath(String) - Method in class org.apache.camel.processor.cache.CacheBasedXPathReplacer
-
- size() - Method in class org.apache.camel.component.cache.CacheEventListenerRegistry
-
- size() - Method in class org.apache.camel.component.cache.CacheLoaderRegistry
-
- stop() - Method in class org.apache.camel.component.cache.CacheEndpoint
-