
com.octo.android.robospice.persistence.CacheCleaner Maven / Gradle / Ivy
The newest version!
package com.octo.android.robospice.persistence;
/**
* Defines the behavior of an entity that can wipe a part or all the cache.
* @author SNI
*/
public interface CacheCleaner {
void removeAllDataFromCache();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy