comparison src/http/ngx_http_cache.h @ 3692:045ea40cbfe8

use ngx_http_test_predicates(), ngx_http_set_predicate_slot() delete ngx_http_cache(), ngx_http_no_cache_set_slot()
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jul 2010 11:15:45 +0000
parents 62a4fd1e6e2c
children 3c442bd5597b
comparison
equal deleted inserted replaced
3691:55f95e91daed 3692:045ea40cbfe8
132 char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, 132 char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
133 void *conf); 133 void *conf);
134 char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, 134 char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
135 void *conf); 135 void *conf);
136 136
137 ngx_int_t ngx_http_cache(ngx_http_request_t *r, ngx_array_t *no_cache);
138 char *ngx_http_no_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
139 void *conf);
140
141 137
142 extern ngx_str_t ngx_http_cache_status[]; 138 extern ngx_str_t ngx_http_cache_status[];
143 139
144 140
145 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */ 141 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */