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 |
Detailed Description
Definition at line 29 of file test_cache_digest.cc.
Member Data Documentation
◆ bad_add_count
int _Cache::bad_add_count |
Definition at line 37 of file test_cache_digest.cc.
Referenced by cacheReport(), and cacheStore().
◆ bad_del_count
int _Cache::bad_del_count |
Definition at line 38 of file test_cache_digest.cc.
Referenced by cachePurge(), and cacheReport().
◆ count
int _Cache::count |
Definition at line 35 of file test_cache_digest.cc.
Referenced by cachePurge(), cacheReport(), cacheResetDigest(), and cacheStore().
◆ digest
CacheDigest* _Cache::digest |
Definition at line 32 of file test_cache_digest.cc.
Referenced by cacheDestroy(), cachePurge(), cacheQueryPeer(), cacheResetDigest(), cacheStore(), and main().
◆ hash
hash_table* _Cache::hash |
Definition at line 31 of file test_cache_digest.cc.
Referenced by cacheCreate(), cacheDestroy(), cachePurge(), cacheQueryPeer(), cacheResetDigest(), and cacheStore().
◆ name
const char* _Cache::name |
Definition at line 30 of file test_cache_digest.cc.
Referenced by cacheCreate(), cacheQueryReport(), cacheReport(), and cacheResetDigest().
◆ peer
Cache* _Cache::peer |
Definition at line 33 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and main().
◆ qstats
CacheQueryStats _Cache::qstats |
Definition at line 34 of file test_cache_digest.cc.
Referenced by cacheQueryPeer(), and main().
◆ req_count
int _Cache::req_count |
Definition at line 36 of file test_cache_digest.cc.
Referenced by cacheFetch(), cacheQueryReport(), and cacheReport().
The documentation for this struct was generated from the following file: