|
Apache HTTPD
|
#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 |
Definition at line 59 of file mod_cache.h.
| cache_control_t cache_info::control |
Definition at line 77 of file mod_cache.h.
| 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.
| 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.
| apr_time_t cache_info::request_time |
r->request_time from the same request
Definition at line 68 of file mod_cache.h.
| 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.
| 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.