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

#include <cache_util.h>

Public Attributes

cache_provider_listproviders
 
const cache_providerprovider
 
const charprovider_name
 
int fresh
 
cache_handle_thandle
 
cache_handle_tstale_handle
 
apr_table_tstale_headers
 
int in_checked
 
int block_response
 
apr_bucket_brigadesaved_brigade
 
apr_off_t saved_size
 
apr_time_t exp
 
apr_time_t lastmod
 
cache_infoinfo
 
ap_filter_tsave_filter
 
ap_filter_tremove_url_filter
 
const charkey
 
apr_off_t size
 
apr_bucket_brigadeout
 
cache_control_t control_in
 

Detailed Description

Definition at line 210 of file cache_util.h.

Member Data Documentation

◆ block_response

int cache_request_rec::block_response

Definition at line 219 of file cache_util.h.

◆ control_in

cache_control_t cache_request_rec::control_in

Definition at line 232 of file cache_util.h.

◆ exp

apr_time_t cache_request_rec::exp

Definition at line 222 of file cache_util.h.

◆ fresh

int cache_request_rec::fresh

Definition at line 214 of file cache_util.h.

◆ handle

cache_handle_t* cache_request_rec::handle

Definition at line 215 of file cache_util.h.

◆ in_checked

int cache_request_rec::in_checked

Definition at line 218 of file cache_util.h.

◆ info

cache_info* cache_request_rec::info

Definition at line 224 of file cache_util.h.

◆ key

const char* cache_request_rec::key

Definition at line 227 of file cache_util.h.

◆ lastmod

apr_time_t cache_request_rec::lastmod

Definition at line 223 of file cache_util.h.

◆ out

apr_bucket_brigade* cache_request_rec::out

Definition at line 231 of file cache_util.h.

◆ provider

const cache_provider* cache_request_rec::provider

Definition at line 212 of file cache_util.h.

◆ provider_name

const char* cache_request_rec::provider_name

Definition at line 213 of file cache_util.h.

◆ providers

cache_provider_list* cache_request_rec::providers

Definition at line 211 of file cache_util.h.

◆ remove_url_filter

ap_filter_t* cache_request_rec::remove_url_filter

Definition at line 226 of file cache_util.h.

◆ save_filter

ap_filter_t* cache_request_rec::save_filter

Definition at line 225 of file cache_util.h.

◆ saved_brigade

apr_bucket_brigade* cache_request_rec::saved_brigade

Definition at line 220 of file cache_util.h.

◆ saved_size

apr_off_t cache_request_rec::saved_size

Definition at line 221 of file cache_util.h.

◆ size

apr_off_t cache_request_rec::size

Definition at line 230 of file cache_util.h.

◆ stale_handle

cache_handle_t* cache_request_rec::stale_handle

Definition at line 216 of file cache_util.h.

◆ stale_headers

apr_table_t* cache_request_rec::stale_headers

Definition at line 217 of file cache_util.h.


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