mod_socache_memcache
is a shared object cache provider
which provides for creation and access to a cache backed by the
memcached
high-performance, distributed memory object caching system.
This shared object cache provider's "create" method requires a
comma separated list of memcached host/port specifications. If using
this provider via another modules configuration (such as
Details of other shared object cache providers can be found here.
Set the time to keep idle connections with the memcache server(s) alive (threaded platforms only).
Valid values for
This timeout defaults to units of seconds, but accepts suffixes for milliseconds (ms), seconds (s), minutes (min), and hours (h).
Before Apache 2.4.17, this timeout was hardcoded and its value was 600 usec.
So, the closest configuration to match the legacy behaviour is to set