|
Squid Web Cache master
|
Public Attributes | |
| const char * | name |
| hash_table * | hash |
| CacheDigest * | digest |
| Cache * | peer |
| CacheQueryStats | qstats |
| int | count |
| int | req_count |
| int | bad_add_count |
| int | bad_del_count |
Definition at line 29 of file test_cache_digest.cc.
| int _Cache::bad_add_count |
Definition at line 37 of file test_cache_digest.cc.
Referenced by cacheReport(), and cacheStore().
| int _Cache::bad_del_count |
Definition at line 38 of file test_cache_digest.cc.
Referenced by cachePurge(), and cacheReport().
| int _Cache::count |
Definition at line 35 of file test_cache_digest.cc.
Referenced by cachePurge(), cacheReport(), cacheResetDigest(), and cacheStore().
| CacheDigest* _Cache::digest |
Definition at line 32 of file test_cache_digest.cc.
Referenced by cacheDestroy(), cachePurge(), cacheQueryPeer(), cacheResetDigest(), cacheStore(), and main().
| hash_table* _Cache::hash |
Definition at line 31 of file test_cache_digest.cc.
Referenced by cacheCreate(), cacheDestroy(), cachePurge(), cacheQueryPeer(), cacheResetDigest(), and cacheStore().
| const char* _Cache::name |
Definition at line 30 of file test_cache_digest.cc.
Referenced by cacheCreate(), cacheQueryReport(), cacheReport(), and cacheResetDigest().
| Cache* _Cache::peer |
Definition at line 33 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and main().
| CacheQueryStats _Cache::qstats |
Definition at line 34 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and main().
| int _Cache::req_count |
Definition at line 36 of file test_cache_digest.cc.
Referenced by cacheFetch(), cacheQueryReport(), and cacheReport().