1.20.x cache_null.inc BackdropNullCache::__construct(string $bin)

Constructs a BackdropNullCache object.

Parameters

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

File

drivers/cache_null/cache_null.inc, line 22

Class

BackdropNullCache
Defines a stub cache implementation.

Code

function __construct(string $bin) {
}