public function MemoryBackend::__construct

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php \Drupal\Core\Flood\MemoryBackend::__construct()
  2. 8.x drupal/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

drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php, line 32
Definition of Drupal\Core\Cache\ArrayBackend.

Class

MemoryBackend
Defines a memory cache implementation.

Namespace

Drupal\Core\Cache

Code

public function __construct($bin) {
}