$memcached
$memcached :
Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension.
__construct(\Memcached $memcached, array $options = array())
List of available options: * prefix: The prefix to use for the memcached keys in order to avoid collision * expiretime: The time to live in seconds
\Memcached | $memcached | A \Memcached instance |
array | $options | An associative array of Memcached options |
When unsupported options are passed