import java.util.List; import java.util.Set; public interface Caching { List optimize(List items, Set cache); }