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 dataMethods 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 data
-