CacheTagsInvalidator::$bins

Same name in other branches
  1. 10 core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php \Drupal\Core\Cache\CacheTagsInvalidator::bins

Holds an array of cache bins that support invalidations.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface[]

File

core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php, line 24

Class

CacheTagsInvalidator
Passes cache tag events to classes that wish to respond to them.

Namespace

Drupal\Core\Cache

Code

protected array $bins = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.