gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
How to download and setup gcache
Open terminal and run command
git clone https://github.com/bluele/gcache.git
git clone is used to create a copy or clone of gcache repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gcache https://github.com/bluele/gcache/archive/master.zip
Or simply clone gcache with SSH
[email protected]:bluele/gcache.git