cache_factory

Same name in other branches
  1. 9 core/core.services.yml \cache_factory
  2. 8.9.x core/core.services.yml \cache_factory

Class

Drupal\Core\Cache\CacheFactory
2 string references to cache_factory
NormalInstallerServiceProvider::register in core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
Registers services to the container.
performance_test.services.yml in core/modules/system/tests/modules/performance_test/performance_test.services.yml
core/modules/system/tests/modules/performance_test/performance_test.services.yml

File

core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheFactory
  2. arguments:
  3. - '@settings'
  4. - '%cache_default_bin_backends%'
  5. - '%memory_cache_default_bin_backends%'
  6. calls:
  7. - [setContainer, ['@service_container']]

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