Skip to content

fix(deps): update dependency cache-manager to v5.4.0

Renovate requested to merge renovate/cache-manager-5.x-lockfile into v2

This MR contains the following updates:

Package Type Update Change
cache-manager dependencies minor 5.3.2 -> 5.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

node-cache-manager/node-cache-manager (cache-manager)

v5.4.0

Compare Source

Refresh cache keys in background

Both the caching and multicaching modules support a mechanism to refresh expiring cache keys in background when using the wrap function. This is done by adding a refreshThreshold attribute while creating the caching store or passing it to the wrap function.

If refreshThreshold is set and after retrieving a value from cache the TTL will be checked. If the remaining TTL is less than refreshThreshold, the system will update the value asynchronously, following same rules as standard fetching. In the meantime, the system will return the old value until expiration.

What's Changed

Full Changelog: https://github.com/node-cache-manager/node-cache-manager/compare/v5.3.2...v5.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports