public function NullBackend::__construct

Constructs a NullBackend object.

Parameters

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

File

drupal/core/lib/Drupal/Core/Cache/NullBackend.php, line 29
Definition of Drupal\Core\Cache\NullBackend.

Class

NullBackend
Defines a stub cache implementation.

Namespace

Drupal\Core\Cache

Code

public function __construct($bin) {
}