muesli / cache2go

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

can remove the CacheTable #36

Closed smallnest closed 5 years ago

smallnest commented 5 years ago

we also flush before remove it

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1b61c87aedc04b8b15f3c2228156aa078c92b87d on smallnest:master into 5eb79359852df1d41228b48e66c7cc04468191c9 on muesli:master.

muesli commented 5 years ago

@smallnest Careful, you keep pushing more commits to this branch, with seemingly unrelated changes. Please keep PRs & commits as granular as possible, so it's easier to review & merge them.