1 cache.inc public BackdropNullCache::__construct($bin)

Constructs a BackdropNullCache object.

Parameters

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

File

core/includes/cache.inc, line 369
Functions and interfaces for cache handling.

Class

BackdropNullCache
Defines a stub cache implementation.

Code

public function __construct($bin) {
}