package jalview.io.cache; import java.util.Set; public interface AppCacheI { public Set getAllCachedItemsFor(String cacheKey); public void updateCache(Cacheable cacheable); }