go-cache
There are 26 repositories under go-cache topic.
naughtygopher/pocache
Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy
huntsman-li/go-cache
This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql
viney-shih/go-cache
A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.
OrlovEvgeny/go-mcache
Fast in-memory key:value store/cache with TTL
TwiN/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
bxcodec/gotcha
gotcha: inmemory-cache in Go (Golang) with customizable algorithm
tomiok/fuego-cache
Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-to-deploy cache service totally free. PRs are welcome folks.
fufuok/cache
🗃️ [高性能内存缓存库] Goroutine-safe, high-performance in-memory cache, optimized for reads over writes, with expiration, rich API, and support for generics.
alejandro-carstens/gocache
A store agnostic caching library for go
bocchi-the-cache/bakemono
💾 A cache storage engine implemented in Go
paulusrobin/go-memory-cache
In Memory Key/Value Cache for Golang
feymanlee/cacheit
A cache library for Golang that utilizes Go 1.18+ Generics and includes drivers for go-cache and go-redis[v8].
isfk/go-cache
use tag with redis/go-redis
gookit/gsr
Go Standards Recommendations - common interfaces. e.g: cache, logger. Golang 一些通用的接口定义
bserdar/golang-lru
Golang LRU cache with a cache size limit instead of cache item count limit
chew-z/go-gin
OpenWeatherMap forecast JSON served via AppEngine Go
lazharichir/gocached
A simple simple in-memory caching library in Go.
monitor1379/simplecache
Golang implementation of Memory Cache.
andrei-punko/go-cache
Redis-like in-memory cache
cachego/disk
🌵 base on cachego/cache implementation disk cache
Anarogk/Resolver
A robust DNS resolver written in go featuring caching and structured logging.
ascode/rset
因为数据量大了之后有时候需要一种比较戳的方法查询,就是把数据捞到服务器上然后再筛选计算,转换成需要的数据,这个操作过程会有很多常用的方法,所以做这个库玩玩
chew-z/InstaAppEngine
Scrap image metadata from Instagram. Use Instagram's CDN to store your pictures
notiku/lithium
Simple and efficient caching for Go.