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

de.devland.esperandro.CacheActions Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package de.devland.esperandro;

/**
 * Created by David Kunzler on 25.07.2016.
 */
public interface CacheActions {
    /**
     * If caching is enabled this will reset the underlying cache.
     * This is useful for example when Preferences are changed outside of esperandro.
     */
    void resetCache();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy