netlogix/cache-garbagecollection

Last activity 15 Jun 2020 4154
composer require netlogix/cache-garbagecollection

Neos Package to run cache garbage collection through CLI

5.0.1

Homepage
http://websolutions.netlogix.de/
Version
5.0.1
Type
neos-package
Release Date
Jun 15, 2020 15:16
Source
git
Distribution
zip
Requires
MIT e8b77b4d921196e31b62211f83758d46f6c68739

Netlogix.Cache.GarbageCollection

This package adds a Flow command to trigger garbage collection for a configurable set of cache backends.

Use the following Settings to configure the cache backends to trigger garbage collection on:

Netlogix:
  Cache:
    GarbageCollection:
      caches:
        - 'Flow_Session_Storage'
        - 'Flow_Session_MetaData'

After that, you can trigger the garbage collection using the Flow command ./flow garbagecollection:run.

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