cache.static

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

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin

File

core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. tags:
  3. - { name: cache.bin, default_backend: cache.backend.memory }
  4. deprecated: 'The "%service_id%" service is deprecated in drupal:11.3.0 and is removed from drupal:13.0.0. Use the cache.memory bin instead. See https://www.drupal.org/node/3546856'
  5. factory:
  6. - '@cache_factory'
  7. - get
  8. arguments:
  9. - static

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