|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_cache.h>
Data Fields | |
| time_t | valid_sec |
| time_t | last_modified |
| time_t | date |
| uint32_t | crc32 |
| u_short | valid_msec |
| u_short | header_start |
| u_short | body_start |
Definition at line 98 of file ngx_http_cache.h.
| u_short body_start |
Definition at line 105 of file ngx_http_cache.h.
| uint32_t crc32 |
Definition at line 102 of file ngx_http_cache.h.
| time_t date |
Definition at line 101 of file ngx_http_cache.h.
| u_short header_start |
Definition at line 104 of file ngx_http_cache.h.
| time_t last_modified |
Definition at line 100 of file ngx_http_cache.h.
| u_short valid_msec |
Definition at line 103 of file ngx_http_cache.h.
| time_t valid_sec |
Definition at line 99 of file ngx_http_cache.h.
1.8.1.2