You are here

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

An array of failed connections to configured servers keyed by server name.

Type: bool[]

File

src/Driver/MemcacheDriverFactory.php, line 69

Class

MemcacheDriverFactory
Factory class for creation of Memcache objects.

Namespace

Drupal\memcache\Driver

Code

protected $failedConnectionCache = [];