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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java165 private int cacheHits = 0; field in class:LDAPCertStore
309 if (DEBUG && ((cacheHits + cacheMisses) % 50 == 0)) {
310 System.out.println("Cache hits: " + cacheHits + "; misses: "
316 cacheHits++;

Completed in 132 milliseconds