PHPackages                             flownative/neos-cachemanagement - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. flownative/neos-cachemanagement

ActiveNeos-package

flownative/neos-cachemanagement
===============================

Neos cache management backend module

3.0.0(1y ago)617.2k↓34.4%6MITPHP

Since Nov 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/flownative/neos-cachemanagement)[ Packagist](https://packagist.org/packages/flownative/neos-cachemanagement)[ RSS](/packages/flownative-neos-cachemanagement/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

[![MIT license](https://camo.githubusercontent.com/4661abfe916186acde514558e7f040833cb63ba7098401a51ce339cbb2b4cf9e/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](http://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/ec19e1e2f3303cda00e456abd520a5f64d1c57465454a635112ff605ae05fa5a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c6f776e61746976652f6e656f732d63616368656d616e6167656d656e742e737667)](https://packagist.org/packages/flownative/neos-cachemanagement)[![Maintenance level: Acquaintance](https://camo.githubusercontent.com/750673d8ac23cfeb2421a23f118f82ce29736a494ebee758ee5362010e1dbfe9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e74656e616e63652d2545322539392541312d6666363962342e737667)](https://www.flownative.com/en/products/open-source.html)

Neos Cache Management Backend Module
====================================

[](#neos-cache-management-backend-module)

[![Screenshot of the Cache Management Module](Documentation/BackendScreenshot.png)](Documentation/BackendScreenshot.png)

This [Neos](https://www.neos.io) backend module provides cache management functions to Neos administrators who don't have access to a Flow shell. In this early version, the backend module simply allows for flushing different caches (Neos\_Fusion\_Content, Flow\_Mvc\_Routing\_Route and Flow\_Mvc\_Routing\_Resolve by default).

Installation
============

[](#installation)

Simply install this package via Composer. The package key is `flownative/neos-cachemanagement`.

Configuration
-------------

[](#configuration)

### Add labels to a cache configuration

[](#add-labels-to-a-cache-configuration)

To add a label and a description to a cache configuration, you can use the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      caches:
        Neos_Fusion_Content:
          label: 'Neos Content'
          description: 'Caches the rendering of Neos content elements.'

```

### Hide Cache-Hint

[](#hide-cache-hint)

To hide the cache hint set the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      ui:
        showCacheHint: false

```

### Hide a cache configuration

[](#hide-a-cache-configuration)

You can hide all caches which do not have a label set by using the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      ui:
        hideCachesWithoutLabel: true

```

or you can hide a specific cache configuration by using the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      caches:
        Neos_Fusion_Content:
          hidden: true

```

### Hide the backend class

[](#hide-the-backend-class)

To hide the backend class set the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      ui:
        showBackendClass: false

```

### Run a command after flushing a cache

[](#run-a-command-after-flushing-a-cache)

If you want to run a flow command after flushing a cache, you can use the following configuration in your `Settings.yaml`:

```
Flownative:
  Neos:
    CacheManagement:
      caches:
        Neos_Fusion_Content:
          runAfter: 'foo:bar --baz'

```

#### Run the command asynchronously

[](#run-the-command-asynchronously)

To run the flow command asynchronously:

```
Flownative:
  Neos:
    CacheManagement:
      caches:
        Neos_Fusion_Content:
          runAfter:
            command: 'foo:bar --baz'
            async: true

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance46

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~311 days

Recently: every ~560 days

Total

12

Last Release

402d ago

Major Versions

1.0.3 → 2.0.02018-01-19

2.2.0 → 3.0.02025-04-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10280881?v=4)[Flownative](/maintainers/flownative)[@flownative](https://github.com/flownative)

---

Top Contributors

[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (13 commits)")[![erkenes](https://avatars.githubusercontent.com/u/8766722?v=4)](https://github.com/erkenes "erkenes (6 commits)")[![robertlemke](https://avatars.githubusercontent.com/u/95582?v=4)](https://github.com/robertlemke "robertlemke (5 commits)")[![kitsunet](https://avatars.githubusercontent.com/u/324408?v=4)](https://github.com/kitsunet "kitsunet (2 commits)")[![mwitte](https://avatars.githubusercontent.com/u/1611200?v=4)](https://github.com/mwitte "mwitte (2 commits)")[![robinroloff](https://avatars.githubusercontent.com/u/116283647?v=4)](https://github.com/robinroloff "robinroloff (1 commits)")[![paavo](https://avatars.githubusercontent.com/u/1118783?v=4)](https://github.com/paavo "paavo (1 commits)")[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (1 commits)")[![peterbucher](https://avatars.githubusercontent.com/u/1229021?v=4)](https://github.com/peterbucher "peterbucher (1 commits)")

### Embed Badge

![Health badge](/badges/flownative-neos-cachemanagement/health.svg)

```
[![Health](https://phpackages.com/badges/flownative-neos-cachemanagement/health.svg)](https://phpackages.com/packages/flownative-neos-cachemanagement)
```

###  Alternatives

[neos/neos-ui

Neos CMS UI written in React

2661.0M104](/packages/neos-neos-ui)[neos/form-builder

Flow Form Framework integration into Neos CMS

19347.1k18](/packages/neos-form-builder)[neos/demo

Site package for the Neos Demo Site

18181.0k6](/packages/neos-demo)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[flowpack/neos-matomo

Track visits of your Neos site with the Matomo Open Analytics Platform!

2337.6k](/packages/flowpack-neos-matomo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
