<h3><aname="memcache"id="memcache">Caching to memcached</a></h3>
<p>The <codeclass="module"><ahref="./mod/mod_cache_socache.html">mod_cache_socache</a></code> and <codeclass="module"><ahref="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code>
modules are used to specify that the backend storage mechanism to be used
to store and return cached data in the <code>memcached</code> server.</p>
<p>Using the <codeclass="module"><ahref="./mod/mod_cache_socache.html">mod_cache_socache</a></code> module, <codeclass="module"><ahref="./mod/mod_cache.html">mod_cache</a></code>
can cache data from a variety of implementations (aka: "providers"). Using the
<codeclass="module"><ahref="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code> module, for example, one can specify that
<ahref="http://memcached.org">memcached</a> is to be used as the
the backend storage mechanism.</p>
<p>Typically the module will be configured as so;</p>
<p>Typically the module will be configured as so:</p>