ttlcache

Cache library

A simple in-memory key-value storage with time-to-live (TTL) support

Simple in-memory key-value storage with TTL for each record.

GitHub

9 stars
2 watching
8 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists

cachecache-storagegogolanghacktoberfestinmemory-cachekey-valuettl-cachettl-cache-implementation

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
orlovevgeny/go-mcache A fast key-value store with expiration times and thread safety. 97
jellydator/ttlcache An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. 951
yuseferi/gocache An in-memory key-value store/cache implementation in Go providing efficient caching capabilities 9
sasa1977/con_cache An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. 910
viney-shih/go-cache Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. 139
mdaliyan/icache A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. 19
muesli/cache2go A Go caching library that provides concurrency-safe storage and expiration capabilities 2,125
iwanbk/bcache A distributed in-memory caching system with eventual consistency and configurable maximum keys 156
oastuff/clusteredbigcache Provides in-memory caching with clustering support 45
ulovecode/gdcache A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. 13
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
erni27/imcache A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. 123
adelowo/onecache A Go caching library with support for multiple backends and garbage collection. 136
thepaw/go-gt A Go library for a high-performance, in-memory caching system 11
akyoto/cache A cache library for Go with an expiration time. 186