You are here

service book.backend_chained_cache in Drupal 9

Class

Drupal\Core\Cache\BackendChain

Tags

  • cache.bin
1 string reference to book.backend_chained_cache
BookManager::__construct in core/modules/book/src/BookManager.php
Constructs a BookManager object.

File

core/modules/book/book.services.yml
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 }