neosrulez/cachemanager

Last activity 08 Jun 2021 2971
composer require neosrulez/cachemanager

Neos CMS cache management backend module

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Jun 08, 2021 08:16
Source
git
Distribution
zip
Requires
afaec881130f7cadcf69d4d1fa02c84db80ee3c3

Neos CMS cache management backend module

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

The content of the readme is provided by Github
The same vendor provides 71 package(s).