service book.backend_chained_cache in Drupal 10
Same name and namespace in other branches
- 9 core/modules/book/book.services.yml \book.backend_chained_cache
Class
Drupal\Core\Cache\BackendChainTags
- cache.bin
File
- core/
modules/ book/ book.services.yml - 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 }