Merge pull request #13 from mailgun/thrawn/develop

Removed tabs from README example
This commit is contained in:
Derrick J. Wippler 2020-01-05 15:54:44 -06:00 committed by GitHub
commit ba255c644a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 37 deletions

View File

@ -31,9 +31,6 @@ For API docs and examples, see http://godoc.org/github.com/mailgun/groupcache
However this does require that time on all nodes in the cluster is synchronized
for consistent expiration of values.
* Network methods now accept golang standard `context.Context` instead of
`groupcache.Context`.
* Now always populating the hotcache. A more complex algorithm is unnecessary
when the LRU cache will ensure the most used values remain in the cache. The
evict code ensures the hotcache never overcrowds the maincache.

2
go.mod
View File

@ -1,3 +1,5 @@
module github.com/mailgun/groupcache/v2
require github.com/golang/protobuf v1.3.1
go 1.13