Apache2
|
Small object cache provider interface. More...
Go to the source code of this file.
Data Structures | |
struct | ap_socache_hints |
struct | ap_socache_provider_t |
Macros | |
#define | AP_SOCACHE_FLAG_NOTMPSAFE (0x0001) |
#define | AP_SOCACHE_PROVIDER_GROUP "socache" |
#define | AP_SOCACHE_PROVIDER_VERSION "0" |
#define | AP_SOCACHE_DEFAULT_PROVIDER "default" |
Typedefs | |
typedef struct ap_socache_instance_t | ap_socache_instance_t |
typedef apr_status_t() | ap_socache_iterator_t(ap_socache_instance_t *instance, server_rec *s, void *userctx, const unsigned char *id, unsigned int idlen, const unsigned char *data, unsigned int datalen, apr_pool_t *pool) |
typedef struct ap_socache_provider_t | ap_socache_provider_t |
Small object cache provider interface.