The name of the cache bin to use.
Type: string
File
- core/lib/Drupal/Core/Cache/ApcuBackend.php, line 15
Class
- ApcuBackend
- Stores cache items in the Alternative PHP Cache User Cache (APCu).
Namespace
Drupal\Core\Cache
Code
protected $bin;
The name of the cache bin to use.
Type: string
Drupal\Core\Cache
protected $bin;
Please login to continue.