Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
-
Updated
Jul 4, 2024 - Go
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy
A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.
A simple but efficient caching library written in Go.
A concurrent caching library for Golang with cost based eviction strategy.
LRUCache is a Go package that provides a simple and efficient LRU (Least Recently Used) caching mechanism with generics support.
In memory Go implementation of LRU Cache
a simple caching library which can cache any type of item. it is race condition proof.
A caching library for Go
Add a description, image, and links to the caching-library topic page so that developers can more easily learn about it.
To associate your repository with the caching-library topic, visit your repo's landing page and select "manage topics."