function StaticFileCacheBackend::__construct
Constructs a PHP Storage FileCache backend.
Parameters
array $configuration: (optional) Configuration used to configure this object.
File
-
core/
tests/ Drupal/ Tests/ Component/ FileCache/ StaticFileCacheBackend.php, line 34
Class
- StaticFileCacheBackend
- Allows to cache data based on file modification dates in a static cache.
Namespace
Drupal\Tests\Component\FileCacheCode
public function __construct($configuration) {
$this->bin = $configuration['bin'] ?? 'file_cache';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.