package org.gcube.informationsystem.resourceregistry.api.contexts; import java.util.List; import org.gcube.informationsystem.context.reference.entities.Context; import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException; public interface ContextCacheRenewal { public List renew() throws ResourceRegistryException; }