You are here

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

An array of Memcache connections keyed by bin.

Type: \Drupal\memcache\Connection\MemcacheConnectionInterface[]

File

src/Driver/MemcacheDriverFactory.php, line 48

Class

MemcacheDriverFactory
Factory class for creation of Memcache objects.

Namespace

Drupal\memcache\Driver

Code

protected $connections = [];