1 cache.inc | BackdropNullCache::__construct($bin) |
Constructs a BackdropNullCache object.
Parameters
$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
function __construct($bin) {
}