cache.memory
Same name and namespace in other branches
- 11.x core/core.services.yml \cache.memory
Class
Drupal\Core\Cache\MemoryCache\MemoryCacheInterfaceTags
- cache.bin.memory
2 string references to cache.memory
- drupal_static_reset in core/
includes/ bootstrap.inc - Resets one or all centrally stored static variable(s).
- OptionsAllowedValuesTest::testCachedPerField in core/
modules/ options/ tests/ src/ Kernel/ OptionsAllowedValuesTest.php - Tests that each field is cached in its own item with its own cache tags.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Cache\MemoryCache\MemoryCacheInterface
- tags:
- - { name: cache.bin.memory, default_backend: cache.backend.memory.memory }
- factory:
- - '@cache_factory'
- - get
- arguments:
- - memory
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.