| 395 | } |
| 396 | |
| 397 | static void register_hooks(apr_pool_t *p) |
| 398 | { |
| 399 | ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "memcache", |
| 400 | AP_SOCACHE_PROVIDER_VERSION, |
| 401 | &socache_mc); |
| 402 | } |
| 403 | |
| 404 | static const command_rec socache_memcache_cmds[] = { |
| 405 | AP_INIT_TAKE1("MemcacheConnTTL", socache_mc_set_ttl, NULL, RSRC_CONF, |
nothing calls this directly
no test coverage detected