Apache2
|
#include <apr_memcache.h>
Data Fields | |
apr_status_t | status |
const char * | key |
apr_size_t | len |
char * | data |
apr_uint16_t | flags |
Returned Data from a multiple get
char* apr_memcache_value_t::data |
apr_uint16_t apr_memcache_value_t::flags |
const char* apr_memcache_value_t::key |
apr_size_t apr_memcache_value_t::len |
apr_status_t apr_memcache_value_t::status |