public function DrupalMemcacheFactory::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\memcacheCode
public function __construct(Settings $settings) {
$this->settings = $settings;
$this
->initialize();
}