Skip to content

Update module github.com/patrickmn/go-cache to v2

renovate requested to merge renovate/github.com-patrickmn-go-cache-2.x into master

This MR contains the following updates:

Package Type Update Change
github.com/patrickmn/go-cache require major v0.0.0-20180815053127-5633e0862627 -> v2.1.0

Release Notes

patrickmn/go-cache

v2.1.0

Compare Source

  • Add SetDefault(k string, x interface{}) for setting with the default expiration value
    • Add GetWithExpiration(k string) (interface{}, time.Time, bool) for getting both the value and expiration time (thanks Alex Edwards)
    • Fix janitor data race (thanks Vivian Mathews)

v2.0.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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