public function MemoryBackend::__construct in Zircon Profile 8
Same name in this branch
- 8 core/lib/Drupal/Core/Flood/MemoryBackend.php \Drupal\Core\Flood\MemoryBackend::__construct()
- 8 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::__construct()
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::__construct()
Constructs a MemoryBackend object.
Parameters
string $bin: The cache bin for which the object is created.
File
- core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php, line 33 - Contains \Drupal\Core\Cache\MemoryBackend.
Class
- MemoryBackend
- Defines a memory cache implementation.
Namespace
Drupal\Core\CacheCode
public function __construct($bin) {
}