neosrulez/cachemanager

There is no license information available for the latest version (1.0.0) of this package.

Neos CMS cache management backend module

1.0.0 2021-06-08 08:16 UTC

This package is not auto-updated.

Last update: 2024-04-24 20:14:44 UTC


README

A package with which you can manage the Neos CMS caches.

Installation

The NeosRulez.CacheManager package is listed on packagist (https://packagist.org/packages/neosrulez/cachemanager) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/cachemanager

Configuration

NeosRulez:
  CacheManager:
    caches:
      Neos_Fusion_Content:
        label: 'Neos Content'
      Flow_Mvc_Routing_Route:
        label: 'Routes (Matching)'
      Flow_Mvc_Routing_Resolve:
        label: 'Routes (Resolving)'

🙈 Shameful information

This package was largely copied from flownative/neos-cachemanagement. Fusion was used for the templates and Neos 7 compatibility was established.

Author