Symfony\Component\Cache\Adapter\MemcachedAdapter::doSave PHP Method

doSave() protected method

protected doSave ( array $values, $lifetime )
$values array
    protected function doSave(array $values, $lifetime)
    {
        return $this->client->setMulti($values, $lifetime) && $this->client->getResultCode() === \Memcached::RES_SUCCESS;
    }