You are here

tome_static_super_cache.services.yml in Tome 8

modules/tome_static/modules/tome_static_super_cache/tome_static_super_cache.services.yml

File

modules/tome_static/modules/tome_static_super_cache/tome_static_super_cache.services.yml
View source
  1. services:
  2. tome_static_super_cache.cache_tags.invalidator:
  3. class: Drupal\tome_static_super_cache\TomeStaticSuperCacheTagsInvalidator
  4. decorates: cache_tags.invalidator
  5. parent: cache_tags.invalidator
  6. tome_static_super_cache.cache.tome_static:
  7. class: Drupal\tome_static_super_cache\SuperStaticCache
  8. decorates: cache.tome_static
  9. parent: cache.tome_static
  10. tome_static_super_cache.cache_rebuild_command:
  11. class: Drupal\tome_static_super_cache\Commands\TomeSuperCacheRebuildCommand
  12. tags:
  13. - { name: console.command }
  14. - { name: drupal.command }