Package org.cache2k.core.operation
Interface ResultEntry<K,V>
-
- All Superinterfaces:
org.cache2k.CacheEntry<K,V>,org.cache2k.DataAware<K,V>,ExaminationEntry<K,V>
public interface ResultEntry<K,V> extends org.cache2k.CacheEntry<K,V>, ExaminationEntry<K,V>
Needed for getAll and peekAll to have the valueOrException.- Author:
- Jens Wilke
-
-
Method Summary
-
Methods inherited from interface org.cache2k.CacheEntry
getException, getExceptionInfo, getKey, getValue
-
Methods inherited from interface org.cache2k.core.operation.ExaminationEntry
getExpiryTime, getKey, getModificationTime, getValueOrException
-
-