Uses of Interface
org.apache.camel.resume.cache.ResumeCache
-
Packages that use ResumeCache Package Description org.apache.camel.resume.cache -
-
Uses of ResumeCache in org.apache.camel.resume.cache
Subinterfaces of ResumeCache in org.apache.camel.resume.cache Modifier and Type Interface Description interfaceMultiEntryCache<K,V>A cache where an entry can point to one or more entries.interfaceSingleEntryCache<K,V>A resume cache where a single key can only be mapped to a single entry
-