public function MemcacheConnection::__construct in Memcache API and Integration 8.2
Constructs a MemcacheConnection object.
File
- src/
Connection/ MemcacheConnection.php, line 20
Class
- MemcacheConnection
- Class MemcacheConnection.
Namespace
Drupal\memcache\ConnectionCode
public function __construct() {
$this->memcache = new \Memcache();
}