netlogix/cache-garbagecollection
composer require netlogix/cache-garbagecollection
Neos Package to run cache garbage collection through CLI
5.0.1
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 same vendor provides 22 package(s).