book.backend_chained_cache

Same name and namespace in other branches
  1. 9 core/modules/book/book.services.yml \book.backend_chained_cache
  2. 10 core/modules/book/book.services.yml \book.backend_chained_cache

Class

Drupal\Core\Cache\BackendChain

Tags

  • cache.bin.memory

File

core/modules/book/book.services.yml

View source
  1. class: Drupal\Core\Cache\BackendChain
  2. calls:
  3. - [appendBackend, ['@book.memory_cache']]
  4. - [appendBackend, ['@cache.data']]
  5. tags:
  6. - { name: cache.bin.memory }

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