Searched refs:crlCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java68 private static final Cache crlCache = Cache.newSoftMemoryCache(750); field in class:X509Factory
184 X509CRLImpl newC = (X509CRLImpl)getFromCache(crlCache, encoding);
194 addToCache(crlCache, encoding, newC);
358 crlCache.clear();
364 X509CRLImpl crl = (X509CRLImpl)getFromCache(crlCache, encoding);
369 addToCache(crlCache, crl.getEncodedInternal(), crl);

Completed in 38 milliseconds