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

bluecrystal.service.loader.CacheManager Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package bluecrystal.service.loader;

import java.security.cert.X509CRL;
import java.util.Date;

public interface CacheManager {

	X509CRL getInCache(String url, Date date);

//	boolean checkInCache(String url, Date date);

	void addToCache(String url, X509CRL crl);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy