Package org.apache.camel.resume.cache
Interface SingleEntryCache<K,V>
-
- Type Parameters:
K
- the type the keyV
- the type of the entry
- All Superinterfaces:
ResumeCache<K,V>
public interface SingleEntryCache<K,V> extends ResumeCache<K,V>
A resume cache where a single key can only be mapped to a single entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<V>
get(K key)
Gets the offset value for the key-
Methods inherited from interface org.apache.camel.resume.cache.ResumeCache
add, capacity, contains, isFull
-
-