public function 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) {
}