2017 © Pedro Peláez
 

neos-package neos-cachemanagement

Neos cache management backend module

image

flownative/neos-cachemanagement

Neos cache management backend module

  • Monday, February 19, 2018
  • by flownative
  • Repository
  • 2 Watchers
  • 3 Stars
  • 2,416 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

MIT license Packagist Maintenance level: Acquaintance, (*1)

Neos Cache Management Backend Module

Screenshot of the Cache Management Module, (*2)

This Neos 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)., (*3)

Installation

Simply install this package via Composer. The package key is flownative/neos-cachemanagement., (*4)

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:, (*5)

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

Hide Cache-Hint

To hide the cache hint set the following configuration in your Settings.yaml:, (*6)

Flownative:
  Neos:
    CacheManagement:
      ui:
        showCacheHint: false

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:, (*7)

Flownative:
  Neos:
    CacheManagement:
      ui:
        hideCachesWithoutLabel: true

or you can hide a specific cache configuration by using the following configuration in your Settings.yaml:, (*8)

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

Hide the backend class

To hide the backend class set the following configuration in your Settings.yaml:, (*9)

Flownative:
  Neos:
    CacheManagement:
      ui:
        showBackendClass: false

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:, (*10)

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

Run the command asynchronously

To run the flow command asynchronously:, (*11)

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

The Versions

19/02 2018

dev-master

9999999-dev

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

19/02 2018

2.0.1

2.0.1.0

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

19/01 2018

2.0.0

2.0.0.0

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

24/11 2015

1.0.3

1.0.3.0

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

24/11 2015

1.0.2

1.0.2.0

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

23/11 2015

1.0.1

1.0.1.0

Neos cache management backend module

  Sources   Download

MIT

The Requires

 

20/11 2015

1.0.0

1.0.0.0

Neos cache management backend module

  Sources   Download

MIT

The Requires