Interface MultiEntryCache<K,​V>

  • Type Parameters:
    K - the type of the key
    V - 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