neosrulez/cachemanager

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

Neos CMS cache management backend module

Installs: 7 318

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/neosrulez/cachemanager

1.0.0 2021-06-08 08:16 UTC

This package is not auto-updated.

Last update: 2025-10-23 03:00:17 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