Apache HTTPD
Public Attributes | List of all members

#include <cache_util.h>

Public Attributes

apr_time_t minex
 
apr_time_t maxex
 
apr_time_t defex
 
double factor
 
apr_array_header_tcacheenable
 
unsigned int disable:1
 
unsigned int x_cache:1
 
unsigned int x_cache_detail:1
 
unsigned int stale_on_error:1
 
unsigned int no_last_mod_ignore:1
 
unsigned int store_expired:1
 
unsigned int store_private:1
 
unsigned int store_nostore:1
 
unsigned int minex_set:1
 
unsigned int maxex_set:1
 
unsigned int defex_set:1
 
unsigned int factor_set:1
 
unsigned int x_cache_set:1
 
unsigned int x_cache_detail_set:1
 
unsigned int stale_on_error_set:1
 
unsigned int no_last_mod_ignore_set:1
 
unsigned int store_expired_set:1
 
unsigned int store_private_set:1
 
unsigned int store_nostore_set:1
 
unsigned int enable_set:1
 
unsigned int disable_set:1
 

Detailed Description

Definition at line 159 of file cache_util.h.

Member Data Documentation

◆ cacheenable

apr_array_header_t* cache_dir_conf::cacheenable

Definition at line 169 of file cache_util.h.

◆ defex

apr_time_t cache_dir_conf::defex

Definition at line 165 of file cache_util.h.

◆ defex_set

unsigned int cache_dir_conf::defex_set

Definition at line 187 of file cache_util.h.

◆ disable

unsigned int cache_dir_conf::disable

Definition at line 171 of file cache_util.h.

◆ disable_set

unsigned int cache_dir_conf::disable_set

Definition at line 197 of file cache_util.h.

◆ enable_set

unsigned int cache_dir_conf::enable_set

Definition at line 196 of file cache_util.h.

◆ factor

double cache_dir_conf::factor

Definition at line 167 of file cache_util.h.

◆ factor_set

unsigned int cache_dir_conf::factor_set

Definition at line 188 of file cache_util.h.

◆ maxex

apr_time_t cache_dir_conf::maxex

Definition at line 163 of file cache_util.h.

◆ maxex_set

unsigned int cache_dir_conf::maxex_set

Definition at line 186 of file cache_util.h.

◆ minex

apr_time_t cache_dir_conf::minex

Definition at line 161 of file cache_util.h.

◆ minex_set

unsigned int cache_dir_conf::minex_set

Definition at line 185 of file cache_util.h.

◆ no_last_mod_ignore

unsigned int cache_dir_conf::no_last_mod_ignore

ignore the last-modified header when deciding to cache this request

Definition at line 178 of file cache_util.h.

◆ no_last_mod_ignore_set

unsigned int cache_dir_conf::no_last_mod_ignore_set

Definition at line 192 of file cache_util.h.

◆ stale_on_error

unsigned int cache_dir_conf::stale_on_error

Definition at line 176 of file cache_util.h.

◆ stale_on_error_set

unsigned int cache_dir_conf::stale_on_error_set

Definition at line 191 of file cache_util.h.

◆ store_expired

unsigned int cache_dir_conf::store_expired

ignore expiration date from server

Definition at line 180 of file cache_util.h.

◆ store_expired_set

unsigned int cache_dir_conf::store_expired_set

Definition at line 193 of file cache_util.h.

◆ store_nostore

unsigned int cache_dir_conf::store_nostore

ignore Cache-Control: no-store header from client or server

Definition at line 184 of file cache_util.h.

◆ store_nostore_set

unsigned int cache_dir_conf::store_nostore_set

Definition at line 195 of file cache_util.h.

◆ store_private

unsigned int cache_dir_conf::store_private

ignore Cache-Control: private header from server

Definition at line 182 of file cache_util.h.

◆ store_private_set

unsigned int cache_dir_conf::store_private_set

Definition at line 194 of file cache_util.h.

◆ x_cache

unsigned int cache_dir_conf::x_cache

Definition at line 173 of file cache_util.h.

◆ x_cache_detail

unsigned int cache_dir_conf::x_cache_detail

Definition at line 174 of file cache_util.h.

◆ x_cache_detail_set

unsigned int cache_dir_conf::x_cache_detail_set

Definition at line 190 of file cache_util.h.

◆ x_cache_set

unsigned int cache_dir_conf::x_cache_set

Definition at line 189 of file cache_util.h.


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