package it.cavallium.dbengine.database.collections; import java.io.IOException; public interface ValueGetterBlocking { VALUE get(KEY key); }