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

com.jdroid.java.http.cache.Cache Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy