|
Apache HTTPD
|
Public Attributes | |
| const char * | data_file |
| apr_pool_t * | pool |
| apr_time_t | last_expiry |
| apr_interval_time_t | expiry_interval |
| const char * | target |
| DC_CTX * | dc |
| const char * | servers |
| apr_memcache_t * | mc |
| const char * | tag |
| apr_size_t | taglen |
| apr_redis_t * | rc |
| apr_size_t | shm_size |
| apr_shm_t * | shm |
| SHMCBHeader * | header |
Definition at line 44 of file mod_socache_dbm.c.
Definition at line 45 of file mod_socache_dbm.c.
| DC_CTX* ap_socache_instance_t::dc |
Definition at line 39 of file mod_socache_dc.c.
| apr_interval_time_t ap_socache_instance_t::expiry_interval |
Definition at line 49 of file mod_socache_dbm.c.
| SHMCBHeader* ap_socache_instance_t::header |
Definition at line 112 of file mod_socache_shmcb.c.
| apr_time_t ap_socache_instance_t::last_expiry |
Definition at line 48 of file mod_socache_dbm.c.
| apr_memcache_t* ap_socache_instance_t::mc |
Definition at line 59 of file mod_socache_memcache.c.
| apr_pool_t * ap_socache_instance_t::pool |
Definition at line 47 of file mod_socache_dbm.c.
| apr_redis_t* ap_socache_instance_t::rc |
Definition at line 71 of file mod_socache_redis.c.
Definition at line 58 of file mod_socache_memcache.c.
| apr_shm_t* ap_socache_instance_t::shm |
Definition at line 111 of file mod_socache_shmcb.c.
| apr_size_t ap_socache_instance_t::shm_size |
Definition at line 110 of file mod_socache_shmcb.c.
Definition at line 60 of file mod_socache_memcache.c.
| apr_size_t ap_socache_instance_t::taglen |
Definition at line 61 of file mod_socache_memcache.c.
Definition at line 37 of file mod_socache_dc.c.