How to Install golang-github-karlseguin-ccache-dev in Ubuntu 18.04



Install golang-github-karlseguin-ccache-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-karlseguin-ccache-dev

Description:

Golang LRU Cache for high concurrency

CCache is an LRU Cache, written in Go, focused on supporting high concurrency. Lock contention on the list is reduced by introducing a window which limits the frequency that an item can get promoted, using a buffered channel to queue promotions for a single worker, and garbage collecting within the same thread as the worker.

Homepage: https://github.com/karlseguin/ccache

Version: 2.0.2+git20161222.2.12c7ffd-1

Section: universe/devel