You are here

public function MemoryBackend::__construct in Zircon Profile 8

Same name in this branch
  1. 8 core/lib/Drupal/Core/Flood/MemoryBackend.php \Drupal\Core\Flood\MemoryBackend::__construct()
  2. 8 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::__construct()
Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::__construct()

Constructs a MemoryBackend object.

Parameters

string $bin: The cache bin for which the object is created.

File

core/lib/Drupal/Core/Cache/MemoryBackend.php, line 33
Contains \Drupal\Core\Cache\MemoryBackend.

Class

MemoryBackend
Defines a memory cache implementation.

Namespace

Drupal\Core\Cache

Code

public function __construct($bin) {
}