Michael Gaffney
Michael Gaffney
Hi! We are interested in seeing a more detailed proposal. Keep in mind that any proposed changes should not change the default behavior or characteristics of the current v2 implementation...
@venkatsvpr that PR is not for this repo
@dinghram `lru.Cache` has a `PeekOrAdd` method very similar to your `GetOrAdd` method. Would changing your `GetOrAdd` method to be `PeekOrAdd` with the same signature still meet your needs? I would...
Hi @dinghram, Yes, I can see that your `GetOrAdd` is very different from `PeekOrAdd`. Given that a constructor func might need to call a backend, can we change the signature...
Thanks, @maple-j - your link shows the code working