Try this please, Cache configuration

Better late than never:

VERY IMPORTANT INFORMATION

Be aware that the PdoBackend Cache in Flow has a default lifetime of 3600 seconds. See:
https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Caching.html#common-options

So you’ll need to add this option to each entry above to avoid cache expiration every hour:

    defaultLifetime: 0

Maybe @christianm can add this to his code sample and extend the backendOptions

Be aware that this has nothing to do with your maximumLifetime setting in your Fusion cache configuration!

1 Like