comparison src/http/ngx_http_cache.h @ 3526:62a4fd1e6e2c

proxy_no_cache and fastcgi_no_cache
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 May 2010 11:01:05 +0000
parents 6060225e9261
children 045ea40cbfe8
comparison
equal deleted inserted replaced
3525:eb156d98a9fa 3526:62a4fd1e6e2c
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 extern ngx_str_t ngx_http_cache_status[]; 142 extern ngx_str_t ngx_http_cache_status[];
138 143
139 144
140 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */ 145 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */