onecache
Cache library
A Go caching library with support for multiple backends and garbage collection.
One caching API, Multiple backends
136 stars
9 watching
8 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists
cachegolang
Related projects:
Repository | Description | Stars |
---|---|---|
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
akyoto/cache | A cache library for Go with an expiration time. | 186 |
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,715 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 370 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |