tome-8.x-1.x-dev/modules/tome_static/modules/tome_static_super_cache/tome_static_super_cache.services.yml
modules/tome_static/modules/tome_static_super_cache/tome_static_super_cache.services.yml
services:
tome_static_super_cache.cache_tags.invalidator:
class: Drupal\tome_static_super_cache\TomeStaticSuperCacheTagsInvalidator
decorates: cache_tags.invalidator
parent: cache_tags.invalidator
tome_static_super_cache.cache.tome_static:
class: Drupal\tome_static_super_cache\SuperStaticCache
decorates: cache.tome_static
parent: cache.tome_static
tome_static_super_cache.cache_rebuild_command:
class: Drupal\tome_static_super_cache\Commands\TomeSuperCacheRebuildCommand
tags:
- { name: console.command }
- { name: drupal.command }
