golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Apache License 2.0
12.94k stars 1.39k forks source link

Add Clear methods to lru cache #76

Closed dakerfp closed 7 years ago

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


dakerfp commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!

dakerfp commented 7 years ago

Is there anything else I can do?

bradfitz commented 7 years ago

Squash your two commits down into one.

dakerfp commented 7 years ago

Done.