Apache2
ap_socache.h File Reference

Small object cache provider interface. More...

#include "httpd.h"
#include "ap_provider.h"
#include "apr_pools.h"
#include "apr_time.h"
Include dependency graph for ap_socache.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Small object cache provider interface.