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

#include <mod_cache.h>

Public Attributes

apr_time_t date
 
apr_time_t expire
 
apr_time_t request_time
 
apr_time_t response_time
 
int status
 
cache_control_t control
 

Detailed Description

Definition at line 59 of file mod_cache.h.

Member Data Documentation

◆ control

cache_control_t cache_info::control

Definition at line 77 of file mod_cache.h.

◆ date

apr_time_t cache_info::date

the original time corresponding to the 'Date:' header of the request served

Definition at line 64 of file mod_cache.h.

◆ expire

apr_time_t cache_info::expire

a time when the cached entity is due to expire

Definition at line 66 of file mod_cache.h.

◆ request_time

apr_time_t cache_info::request_time

r->request_time from the same request

Definition at line 68 of file mod_cache.h.

◆ response_time

apr_time_t cache_info::response_time

apr_time_now() at the time the entity was actually cached

Definition at line 70 of file mod_cache.h.

◆ status

int cache_info::status

HTTP status code of the cached entity. Though not necessarily the status code finally issued to the request.

Definition at line 75 of file mod_cache.h.


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