All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.portlek.sfs.caching.LookupCache Maven / Gradle / Ivy

There is a newer version: 5.7
Show newest version
package io.github.portlek.sfs.caching;

import io.github.portlek.sfs.Location;
import java.util.List;

public interface LookupCache {

    List lookup(long volumeId);

    void invalidate(long volumeId);

    void invalidate();

    void setLocation(long volumeId, List locations);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy