|
Squid Web Cache master
|
Public Attributes | |
| int | query_count |
| int | true_hit_count |
| int | true_miss_count |
| int | false_hit_count |
| int | false_miss_count |
Definition at line 19 of file test_cache_digest.cc.
| int CacheQueryStats::false_hit_count |
Definition at line 23 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and cacheQueryReport().
| int CacheQueryStats::false_miss_count |
Definition at line 24 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and cacheQueryReport().
| int CacheQueryStats::query_count |
Definition at line 20 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and cacheQueryReport().
| int CacheQueryStats::true_hit_count |
Definition at line 21 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and cacheQueryReport().
| int CacheQueryStats::true_miss_count |
Definition at line 22 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and cacheQueryReport().