|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_cache.h>

Data Fields | |
| ngx_http_file_cache_sh_t * | sh |
| ngx_slab_pool_t * | shpool |
| ngx_path_t * | path |
| off_t | max_size |
| size_t | bsize |
| time_t | inactive |
| ngx_uint_t | files |
| ngx_uint_t | loader_files |
| ngx_msec_t | last |
| ngx_msec_t | loader_sleep |
| ngx_msec_t | loader_threshold |
| ngx_shm_zone_t * | shm_zone |
Definition at line 119 of file ngx_http_cache.h.
| size_t bsize |
Definition at line 126 of file ngx_http_cache.h.
| ngx_uint_t files |
Definition at line 130 of file ngx_http_cache.h.
| time_t inactive |
Definition at line 128 of file ngx_http_cache.h.
| ngx_msec_t last |
Definition at line 132 of file ngx_http_cache.h.
| ngx_uint_t loader_files |
Definition at line 131 of file ngx_http_cache.h.
| ngx_msec_t loader_sleep |
Definition at line 133 of file ngx_http_cache.h.
| ngx_msec_t loader_threshold |
Definition at line 134 of file ngx_http_cache.h.
| off_t max_size |
Definition at line 125 of file ngx_http_cache.h.
| ngx_path_t* path |
Definition at line 123 of file ngx_http_cache.h.
Definition at line 120 of file ngx_http_cache.h.
| ngx_shm_zone_t* shm_zone |
Definition at line 136 of file ngx_http_cache.h.
| ngx_slab_pool_t* shpool |
Definition at line 121 of file ngx_http_cache.h.
1.8.1.2