Install golang-github-pmylund-go-cache-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-pmylund-go-cache-dev
Description:
Go library for in-memory key/value store similar to memcached
go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network.
Homepage: https://github.com/pmylund/go-cache
Version: 0.0~git20150304-2
Section: universe/devel