You are here

protected property StaticFileCacheBackend::$bin in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php \Drupal\Tests\Component\FileCache\StaticFileCacheBackend::bin
  2. 10 core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php \Drupal\Tests\Component\FileCache\StaticFileCacheBackend::bin

Bin used for storing the data in the static cache.

Type: string

File

core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php, line 24

Class

StaticFileCacheBackend
Allows to cache data based on file modification dates in a static cache.

Namespace

Drupal\Tests\Component\FileCache

Code

protected $bin;