You are here

public function DrupalMemcachedInterface::__construct in Memcache Storage 8

Builds a new DrupalMemcache(d) object.

Parameters

array $settings: Array of Settings:get('memcache_storage') settings.

$cluster_name: Name of the memcached cluster. Default name is 'default'.

1 method overrides DrupalMemcachedInterface::__construct()
DrupalMemcachedBase::__construct in src/DrupalMemcachedBase.php
Builds a new DrupalMemcache(d) object.

File

src/DrupalMemcachedInterface.php, line 17

Class

DrupalMemcachedInterface

Namespace

Drupal\memcache_storage

Code

public function __construct(array $settings, $cluster_name);