package esl.cuenet.algorithms.cache; public interface Exporter<T> { T export(); }