Apache2
ap_socache_hints Struct Reference

#include <ap_socache.h>

Data Fields

apr_size_t avg_id_len
 
apr_size_t avg_obj_size
 
apr_interval_time_t expiry_interval
 

Detailed Description

Hints which may be passed to the init function; providers may ignore some or all of these hints.

Field Documentation

◆ avg_id_len

apr_size_t ap_socache_hints::avg_id_len

Approximate average length of IDs:

◆ avg_obj_size

apr_size_t ap_socache_hints::avg_obj_size

Approximate average size of objects:

◆ expiry_interval

apr_interval_time_t ap_socache_hints::expiry_interval

Suggested interval between expiry cleanup runs;


The documentation for this struct was generated from the following file: