|
Squid Web Cache master
|
Public Attributes | |
| int | requests |
| int | replies |
| int | hits |
| int | misses |
| int | negative_hits |
Definition at line 111 of file fqdncache.cc.
| int _fqdn_cache_stats::hits |
Definition at line 114 of file fqdncache.cc.
Referenced by fqdncache_gethostbyaddr(), fqdncache_nbgethostbyaddr(), fqdnStats(), and snmp_netFqdnFn().
| int _fqdn_cache_stats::misses |
Definition at line 115 of file fqdncache.cc.
Referenced by fqdncache_gethostbyaddr(), fqdncache_nbgethostbyaddr(), fqdnStats(), and snmp_netFqdnFn().
| int _fqdn_cache_stats::negative_hits |
Definition at line 116 of file fqdncache.cc.
Referenced by fqdncache_gethostbyaddr(), fqdncache_nbgethostbyaddr(), fqdnStats(), and snmp_netFqdnFn().
| int _fqdn_cache_stats::replies |
Definition at line 113 of file fqdncache.cc.
Referenced by fqdncacheHandleReply().
| int _fqdn_cache_stats::requests |
Definition at line 112 of file fqdncache.cc.
Referenced by fqdncache_gethostbyaddr(), fqdncache_nbgethostbyaddr(), fqdnStats(), and snmp_netFqdnFn().