book.memory_cache

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

Class

Drupal\Core\Cache\MemoryCache\MemoryCacheInterface

Tags

  • cache.bin.memory

File

core/modules/book/book.services.yml

View source
  1. class: Drupal\Core\Cache\MemoryCache\MemoryCacheInterface
  2. tags:
  3. - { name: cache.bin.memory, default_backend: cache.backend.memory.memory }
  4. factory:
  5. - '@cache_factory'
  6. - get
  7. arguments:
  8. - memory_cache

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