You are here

service cache.jsonapi_resource_types in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/jsonapi.services.yml \cache.jsonapi_resource_types
  2. 9 core/modules/jsonapi/jsonapi.services.yml \cache.jsonapi_resource_types

Class

Drupal\Core\Cache\BackendChain

Tags

  • cache.bin

File

core/modules/jsonapi/jsonapi.services.yml
core/modules/jsonapi/jsonapi.services.yml

View source
  1. class: Drupal\Core\Cache\BackendChain
  2. calls:
  3. - [appendBackend, ['@cache.jsonapi_memory']]
  4. - [appendBackend, ['@cache.default']]
  5. tags:
  6. - { name: cache.bin }