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

#include <cache_util.h>

Public Attributes

apr_array_header_tcacheenable
 
apr_array_header_tcachedisable
 
apr_array_header_tignore_headers
 
apr_array_header_tignore_session_id
 
const charlockpath
 
apr_time_t lockmaxage
 
apr_uri_tbase_uri
 
unsigned int ignorecachecontrol:1
 
unsigned int ignorequerystring:1
 
unsigned int quick:1
 
unsigned int lock:1
 
unsigned int x_cache:1
 
unsigned int x_cache_detail:1
 
unsigned int ignore_headers_set:1
 
unsigned int ignore_session_id_set:1
 
unsigned int base_uri_set:1
 
unsigned int ignorecachecontrol_set:1
 
unsigned int ignorequerystring_set:1
 
unsigned int quick_set:1
 
unsigned int lock_set:1
 
unsigned int lockpath_set:1
 
unsigned int lockmaxage_set:1
 
unsigned int x_cache_set:1
 
unsigned int x_cache_detail_set:1
 

Detailed Description

Definition at line 120 of file cache_util.h.

Member Data Documentation

◆ base_uri

apr_uri_t* cache_server_conf::base_uri

Definition at line 129 of file cache_util.h.

◆ base_uri_set

unsigned int cache_server_conf::base_uri_set

Definition at line 148 of file cache_util.h.

◆ cachedisable

apr_array_header_t* cache_server_conf::cachedisable

Definition at line 122 of file cache_util.h.

◆ cacheenable

apr_array_header_t* cache_server_conf::cacheenable

Definition at line 121 of file cache_util.h.

◆ ignore_headers

apr_array_header_t* cache_server_conf::ignore_headers

store the headers that should not be stored in the cache

Definition at line 124 of file cache_util.h.

◆ ignore_headers_set

unsigned int cache_server_conf::ignore_headers_set

Definition at line 143 of file cache_util.h.

◆ ignore_session_id

apr_array_header_t* cache_server_conf::ignore_session_id

store the identifiers that should not be used for key calculation

Definition at line 126 of file cache_util.h.

◆ ignore_session_id_set

unsigned int cache_server_conf::ignore_session_id_set

Definition at line 147 of file cache_util.h.

◆ ignorecachecontrol

unsigned int cache_server_conf::ignorecachecontrol

ignore client's requests for uncached responses

Definition at line 131 of file cache_util.h.

◆ ignorecachecontrol_set

unsigned int cache_server_conf::ignorecachecontrol_set

Definition at line 149 of file cache_util.h.

◆ ignorequerystring

unsigned int cache_server_conf::ignorequerystring

ignore query-string when caching

Definition at line 133 of file cache_util.h.

◆ ignorequerystring_set

unsigned int cache_server_conf::ignorequerystring_set

Definition at line 150 of file cache_util.h.

◆ lock

unsigned int cache_server_conf::lock

Definition at line 137 of file cache_util.h.

◆ lock_set

unsigned int cache_server_conf::lock_set

Definition at line 152 of file cache_util.h.

◆ lockmaxage

apr_time_t cache_server_conf::lockmaxage

Definition at line 128 of file cache_util.h.

◆ lockmaxage_set

unsigned int cache_server_conf::lockmaxage_set

Definition at line 154 of file cache_util.h.

◆ lockpath

const char* cache_server_conf::lockpath

Definition at line 127 of file cache_util.h.

◆ lockpath_set

unsigned int cache_server_conf::lockpath_set

Definition at line 153 of file cache_util.h.

◆ quick

unsigned int cache_server_conf::quick

run within the quick handler

Definition at line 135 of file cache_util.h.

◆ quick_set

unsigned int cache_server_conf::quick_set

Definition at line 151 of file cache_util.h.

◆ x_cache

unsigned int cache_server_conf::x_cache

Definition at line 138 of file cache_util.h.

◆ x_cache_detail

unsigned int cache_server_conf::x_cache_detail

Definition at line 139 of file cache_util.h.

◆ x_cache_detail_set

unsigned int cache_server_conf::x_cache_detail_set

Definition at line 156 of file cache_util.h.

◆ x_cache_set

unsigned int cache_server_conf::x_cache_set

Definition at line 155 of file cache_util.h.


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