book.backend_chained_cache
Same name in other branches
- 10 core/modules/book/book.services.yml \book.backend_chained_cache
- 11.x core/modules/book/book.services.yml \book.backend_chained_cache
Class
Drupal\Core\Cache\BackendChainTags
- 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
View source
- class: Drupal\Core\Cache\BackendChain
- calls:
- - [appendBackend, ['@book.memory_cache']]
- - [appendBackend, ['@cache.data']]
- tags:
- - { name: cache.bin }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.