You are here

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\boost

Code

public function __construct() {
  $this->file = new BoostCacheFile(\Drupal::service('file_system'));
}