public function BackendChain::__construct

Constructs a DatabaseBackend object.

Parameters

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

File

drupal/core/lib/Drupal/Core/Cache/BackendChain.php, line 39
Definition of Drupal\Core\Cache\BackendChain.

Class

BackendChain
Defines a chained cache implementation for combining multiple cache backends.

Namespace

Drupal\Core\Cache

Code

public function __construct($bin) {
}