muesli / cache2go

Concurrency-safe Go caching library with expiration capabilities and access counters
Other
2.11k stars 518 forks source link

FIX: Add item returned by loadData #66

Open GalileoCap opened 1 year ago

GalileoCap commented 1 year ago

Fixed unexpected behavior when the data loader changed the key. Passes all tests.