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