muesli / cache2go

Concurrency-safe Go caching library with expiration capabilities and access counters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foreach method can support break

xyslion opened this issue · comments

I need lookup the all cache items, but want to find only one

Use the Value() method then? Please try and be a bit more specific what you're trying to do.