Apache HTTPD
Public Attributes | List of all members
ap_socache_hints Struct Reference

#include <ap_socache.h>

Public Attributes

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.

Definition at line 53 of file ap_socache.h.

Member Data Documentation

◆ avg_id_len

apr_size_t ap_socache_hints::avg_id_len

Approximate average length of IDs:

Definition at line 55 of file ap_socache.h.

◆ avg_obj_size

apr_size_t ap_socache_hints::avg_obj_size

Approximate average size of objects:

Definition at line 57 of file ap_socache.h.

◆ expiry_interval

apr_interval_time_t ap_socache_hints::expiry_interval

Suggested interval between expiry cleanup runs;

Definition at line 59 of file ap_socache.h.


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