go-cache

Cache library

Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.

A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.

GitHub

139 stars
2 watching
10 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists

cachecache-asidecachemanagercachingcaching-librarydistributedgogo-cachegolangmemory-cachemulti-layer-cachemulti-level-cachetinylfu

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
muesli/cache2go A Go caching library that provides concurrency-safe storage and expiration capabilities 2,125
yuseferi/gocache An in-memory key-value store/cache implementation in Go providing efficient caching capabilities 9
mdaliyan/icache A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. 19
yiling-j/cacheme-go A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. 23
thepaw/go-gt A Go library for a high-performance, in-memory caching system 11
adelowo/onecache A Go caching library with support for multiple backends and garbage collection. 136
erni27/imcache A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. 123
maypok86/otter A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. 1,707
iwanbk/bcache A distributed in-memory caching system with eventual consistency and configurable maximum keys 156
rocketlaunchr/remember-go A package to cache slow database queries using in-memory or Redis storage 139
orlovevgeny/go-mcache A fast key-value store with expiration times and thread safety. 97
gocom/rah_cache A plugin that caches dynamic pages from a content management system as static files. 2
oastuff/clusteredbigcache Provides in-memory caching with clustering support 45
oracle/coherence-go-client Provides a Go interface to interact with a distributed caching platform using gRPC 10
cheshir/ttlcache A simple in-memory key-value storage with time-to-live (TTL) support 9