You are here

public function DrupalMemcacheFactory::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 modules/memcache/src/DrupalMemcacheFactory.php \Drupal\memcache\DrupalMemcacheFactory::__construct()

File

modules/memcache/src/DrupalMemcacheFactory.php, line 58
Contains \Drupal\memcache\DrupalMemcacheFactory.

Class

DrupalMemcacheFactory
Factory class for creation of Memcache objects.

Namespace

Drupal\memcache

Code

public function __construct(Settings $settings) {
  $this->settings = $settings;
  $this
    ->initialize();
}