entity.memory_cache

Same name and namespace in other branches
  1. 11.x core/core.services.yml \entity.memory_cache
  2. 10 core/core.services.yml \entity.memory_cache
  3. 9 core/core.services.yml \entity.memory_cache
  4. 8.9.x core/core.services.yml \entity.memory_cache

Class

Drupal\Core\Cache\MemoryCache\LruMemoryCache
10 string references to entity.memory_cache
BaseFieldOverrideStorage::createInstance in core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php
CommentStorage::createInstance in core/modules/comment/src/CommentStorage.php
ConfigEntityStorage::createInstance in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
ContentEntityCacheTest::testCacheInvalidationOnSave in core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
Tests that the correct caches are invalidated when an entity is saved.
ContentEntityStorageBase::createInstance in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Cache\MemoryCache\LruMemoryCache
  2. arguments:
  3. - '@datetime.time'
  4. - '%entity.memory_cache.slots%'

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