|
Squid Web Cache master
|
Public Attributes | ||
| struct { | ||
| int not_entry_cachable | ||
| int wrong_content_length | ||
| int too_big | ||
| int too_small | ||
| int private_key | ||
| int too_many_open_files | ||
| int too_many_open_fds | ||
| int missing_parts | ||
| } | no | |
| struct { | ||
| int Default | ||
| } | yes | |
| int _store_check_cachable_hist::Default |
Definition at line 884 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::missing_parts |
Definition at line 880 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| struct { ... } _store_check_cachable_hist::no |
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::not_entry_cachable |
Definition at line 873 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::private_key |
Definition at line 877 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::too_big |
Definition at line 875 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::too_many_open_fds |
Definition at line 879 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::too_many_open_files |
Definition at line 878 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::too_small |
Definition at line 876 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| int _store_check_cachable_hist::wrong_content_length |
Definition at line 874 of file store.cc.
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().
| struct { ... } _store_check_cachable_hist::yes |
Referenced by StoreEntry::checkCachable(), and storeCheckCachableStats().