Type Alias ngx_http_file_cache_t
Source pub type ngx_http_file_cache_t = ngx_http_file_cache_s;
struct ngx_http_file_cache_t {Show 18 fields
pub sh: *mut ngx_http_file_cache_sh_t,
pub shpool: *mut ngx_slab_pool_t,
pub path: *mut ngx_path_t,
pub min_free: i64,
pub max_size: i64,
pub bsize: usize,
pub inactive: i64,
pub fail_time: i64,
pub files: usize,
pub loader_files: usize,
pub last: usize,
pub loader_sleep: usize,
pub loader_threshold: usize,
pub manager_files: usize,
pub manager_sleep: usize,
pub manager_threshold: usize,
pub shm_zone: *mut ngx_shm_zone_s,
pub use_temp_path: usize,
}