module_cache_bin.cache_bin

Same name and namespace in other branches
  1. 10 core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml \module_cache_bin.cache_bin

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
1 string reference to module_cache_bin.cache_bin
ModuleInstallerTest::testCacheBinCleanup in core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
Tests cache bins defined by modules are removed when uninstalled.

File

core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin }
  4. factory:
  5. - '@cache.backend.database'
  6. - get
  7. arguments:
  8. - module_cache_bin

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