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