You are here

protected property MemcacheDriverFactory::$persistent in Memcache API and Integration 8.2

Whether to connect to memcache using a persistent connection.

Type: bool

File

src/Driver/MemcacheDriverFactory.php, line 41

Class

MemcacheDriverFactory
Factory class for creation of Memcache objects.

Namespace

Drupal\memcache\Driver

Code

protected $persistent;