caching\MemCache $persistentId

$persistentId public property

An ID that identifies a Memcached instance. This property is used only when $useMemcached is true. By default the Memcached instances are destroyed at the end of the request. To create an instance that persists between requests, you may specify a unique ID for the instance. All instances created with the same ID will share the same connection.

See also http://ca2.php.net/manual/en/memcached.construct.php.

public string $persistentId = null
doc_Yii
2016-10-30 16:54:09
Comments
Leave a Comment

Please login to continue.