package it.cavallium.strangedb.database.references; import java.io.IOException; import java.util.concurrent.Future; public interface DatabaseReferencesMetadataCacheFlusher { Future flush(long key, long value) throws IOException; }