You are here

service cache.markdown in Markdown 8.2

Same name and namespace in other branches
  1. 3.0.x markdown.services.yml \cache.markdown

Class

Drupal\Core\Cache\CacheBackendInterface

Tags

  • cache.bin
1 string reference to cache.markdown
Markdown::create in src/Markdown.php
Instantiates a new instance of this class.

File

./markdown.services.yml
markdown.services.yml

View source
  1. class: Drupal\Core\Cache\CacheBackendInterface
  2. factory: 'cache_factory:get'
  3. arguments:
  4. - markdown
  5. tags:
  6. - { name: cache.bin, default_backend: cache.backend.chainedfast }