Results 15 comments of Patrick Picard

@swithek I PR'd against master. I assume master is tracking to `v3` (that's the version I'm using in my project)

local tests ```bash go test . ok github.com/jellydator/ttlcache/v3 4.030s ```

The transaction sounds interesting, but I think overkill from a cache perspective. When I think of a cache it is meant to be atomic on the key. A transaction would...

The `LoadOrStore()` does perform the intent that I have. But instead of a combine function, I define the behavior as an option you subscribe. Based on the feedback above, I...

fair enough. I will proceed with keeping this change in my fork for my uses.

> Import existing resources are not covered yet. That may explain the issue you are reporting. I would re-qualify that as an improvement to add in the rover Exposing the...

Might be wise to update the launchpad to enable the blob versioning (in preview)

Yikes. Storage is cheap so I would not be super worried. It would be nice if a lifecycle policy could be used to maintain X versions of a blob