muesli / cache2go

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

concurrent cache management #48

Open lakshanwd opened 3 years ago

lakshanwd commented 3 years ago

I was unable to manage cache concurrently as mentioned in examples/concurrent-cache-manager/concurrent-cache-manager.go

This PR fixes issue #43

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 096fe9c429c8933285bfe226ff72dc37788b3c0d on lakshanwd:master into a100c5aac93f7a7d098476b35764cb1c6286df8d on muesli:master.