Apache2
|
#include <apr_memcache.h>
Container for a set of memcached servers
apr_uint32_t apr_memcache_t::flags |
Flags, Not currently used
void* apr_memcache_t::hash_baton |
Pool to use for allocations
apr_memcache_hash_func apr_memcache_t::hash_func |
apr_memcache_server_t** apr_memcache_t::live_servers |
Array of Servers
apr_uint16_t apr_memcache_t::nalloc |
Number of Servers Allocated
apr_uint16_t apr_memcache_t::ntotal |
Number of Servers Added
apr_pool_t* apr_memcache_t::p |
apr_time_t apr_memcache_t::retry_period |
Period of time before retrying a dead server
void* apr_memcache_t::server_baton |
apr_memcache_server_func apr_memcache_t::server_func |