netlogix/cache-garbagecollection

This package is abandoned and no longer maintained. No replacement package was suggested.

Neos Package to run cache garbage collection through CLI

5.0.1 2020-06-15 15:16 UTC

This package is auto-updated.

Last update: 2022-10-27 09:46:08 UTC


README

This package is deprecated. The Flow command to trigger the garbage collection has been integrated into the Flow 6.0 core. This package will remain available for existing setups that depend on it, but no bug fixes or features will be added.

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.