All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mindsnacks.zinc.classes.data.ZincCatalogsCache Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
package com.mindsnacks.zinc.classes.data;

import java.util.concurrent.Future;

/**
 * @author NachoSoto
 */
public interface ZincCatalogsCache {
    boolean clearCachedCatalogs();
    void scheduleUpdate();

    Future getCatalog(final SourceURL sourceURL);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy