high-performance, distributed memory object caching system.
</p>
+
+ <p>This shared object cache provider's "create" method requies a
+ comma separated list of memcached host/port specifications. If using
+ this provider via another modules configuration (such as
+ <directive module="mod_ssl">SSLSessionCache</directive>), provide
+ the list of servers as the optional "arg" parameter.</p>
+
+ <example>
+ SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
+ </example>
+
<p>Details of other shared object cache providers can be found
<a href="../socache.html">here</a>.
</p>