Package org.apache.camel.resume.cache
Interface MultiEntryCache<K,V>
-
- Type Parameters:
K- the type of the keyV- the type of the value
- All Superinterfaces:
ResumeCache<K,V>
public interface MultiEntryCache<K,V> extends ResumeCache<K,V>
A cache where an entry can point to one or more entries. For instance, a path as the key and the file entries as its entries
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.resume.cache.ResumeCache
add, capacity, contains, isFull
-
-