|
Apache HTTPD
|
#include <ap_socache.h>
Public Attributes | |
| apr_size_t | avg_id_len |
| apr_size_t | avg_obj_size |
| apr_interval_time_t | expiry_interval |
Hints which may be passed to the init function; providers may ignore some or all of these hints.
Definition at line 53 of file ap_socache.h.
| apr_size_t ap_socache_hints::avg_id_len |
Approximate average length of IDs:
Definition at line 55 of file ap_socache.h.
| apr_size_t ap_socache_hints::avg_obj_size |
Approximate average size of objects:
Definition at line 57 of file ap_socache.h.
| apr_interval_time_t ap_socache_hints::expiry_interval |
Suggested interval between expiry cleanup runs;
Definition at line 59 of file ap_socache.h.