Uses of Interface
org.apache.camel.resume.cache.ResumeCache
-
Packages that use ResumeCache Package Description org.apache.camel.resume -
-
Uses of ResumeCache in org.apache.camel.resume
Methods in org.apache.camel.resume that return ResumeCache Modifier and Type Method Description ResumeCache<?>Cacheable. getCache()Gets the cache in resume adapters and objects that cache their dataResumeCache<?>ResumeStrategyConfiguration. getResumeCache()Methods in org.apache.camel.resume with parameters of type ResumeCache Modifier and Type Method Description voidCacheable. setCache(ResumeCache<?> cache)Sets the cache in resume adapters and objects that cache their datavoidResumeStrategyConfiguration. setResumeCache(ResumeCache<?> resumeCache)TResumeStrategyConfigurationBuilder. withResumeCache(ResumeCache<?> resumeCache)Sets the local resume cache instance to use in the strategy
-