bluecrystal.service.loader.CacheManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluecrystal.deps.service Show documentation
Show all versions of bluecrystal.deps.service Show documentation
API that should be used by applications
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