Skip to content

Commit

Permalink
Merge pull request #69 from myforx/master
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
thrawn01 authored Jul 13, 2020
2 parents a6cd7c7 + f310fc0 commit 2c142e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## LRUCache
Implements a Least Recently Used Cache with optional TTL and stats collection

This is a LRU cache based off [github.com/golang/groupcache/lru](http://github.com/golang/groupcache/lru) expanded
This is a LRU cache based off [github.com/golang/groupcache/lru](https://github.com/golang/groupcache/tree/master/lru) expanded
with the following

* `Peek()` - Get the value without updating the expiration or last used or stats
Expand Down

0 comments on commit 2c142e9

Please sign in to comment.