public function BoostCacheHandler::__construct in Boost 8
Constructs a new BoostCacheHandler.
File
- src/
BoostCacheHandler.php, line 25 - Contains Drupal\boost\BoostCacheHandler.
Class
- BoostCacheHandler
- BoostCacheHandler class.
Namespace
Drupal\boostCode
public function __construct() {
$this->file = new BoostCacheFile(\Drupal::service('file_system'));
}