com.jdroid.java.http.cache.Cache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdroid-java Show documentation
Show all versions of jdroid-java Show documentation
Jdroid dependency project for both Android & Java apps
The newest version!
package com.jdroid.java.http.cache;
import java.util.Map;
public interface Cache {
public Integer getPriority();
public Float getMinimumSize();
public Float getMaximumSize();
public String getName();
public Map getDefaultContent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy