Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \cache.entity
  2. 9 core/core.services.yml \cache.entity

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
3 string references to cache.entity
CommentStorage::createInstance in core/modules/comment/src/CommentStorage.php
Instantiates a new instance of this entity handler.
ContentEntityStorageBase::createInstance in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Instantiates a new instance of this entity handler.
SqlContentEntityStorage::createInstance in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Instantiates a new instance of this entity handler.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin }
  4. factory:
  5. - '@cache_factory'
  6. - get
  7. arguments:
  8. - entity