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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java47 long totalCacheHits = 0; // Overall cache hits field in class:CacheStats
96 totalCacheHits++;
127 + totalCacheHits + "\nOverall Hit ratio: "
128 + (double) totalCacheHits / (double) totalGetRequests
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java47 long totalCacheHits = 0; // Overall cache hits field in class:CacheStats
96 totalCacheHits++;
127 + totalCacheHits + "\nOverall Hit ratio: "
128 + (double) totalCacheHits / (double) totalGetRequests

Completed in 20 milliseconds