ngx_http_mxcache_conf_t Struct Reference

MXCache configuration structure. More...

#include <ngx_http_mxcache_module.h>

Data Fields

ngx_msec_t server_timeout
 memcached server timeout (ms)
ngx_str_t server_ip
 memcahced server ip
ngx_uint_t server_port
 memcached server port
ngx_msec_t expire
 memcached cached data expire time
struct sockaddr_in * sockaddr
 memcached connection structure
ngx_pool_t * pool
 global pool
ngx_log_t * log
 global log
ngx_connection_pool_tconnection_pool
 connection pool
ngx_flag_t enabled
 set to 1 if module is enabled

Detailed Description

MXCache configuration structure.

Definition at line 99 of file ngx_http_mxcache_module.h.


Field Documentation

memcached cached data expire time

Definition at line 107 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), ngx_http_mxcache_create_new(), and ngx_http_mxcache_merge_conf().

global log

Definition at line 114 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf().

global pool

Definition at line 112 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), and ngx_http_mxcache_merge_conf().

memcahced server ip

Definition at line 103 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), and ngx_http_mxcache_merge_conf().

memcached server port

Definition at line 105 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), and ngx_http_mxcache_merge_conf().

memcached server timeout (ms)

Definition at line 101 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), ngx_http_mxcache_create_new(), and ngx_http_mxcache_merge_conf().

struct sockaddr_in* ngx_http_mxcache_conf_t::sockaddr [read]

memcached connection structure

Definition at line 110 of file ngx_http_mxcache_module.h.

Referenced by ngx_http_mxcache_create_conf(), and ngx_http_mxcache_merge_conf().


The documentation for this struct was generated from the following file:

Generated on Mon Oct 12 14:03:37 2009 for XXSLT by  doxygen 1.6.1