An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: go-cache

TwiN/gocache

High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction

Language: Go - Size: 1.18 MB - Last synced at: 6 days ago - Pushed at: 10 days ago - Stars: 42 - Forks: 5

jeffotoni/benchmark-gocache

Benchmark Caches - gocache v1, v2..v9, freecache, go-cache

Language: Go - Size: 27.3 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

fufuok/cache

🗃️ [高性能内存缓存库] Goroutine-safe, high-performance in-memory cache, optimized for reads over writes, with expiration, rich API, and support for generics.

Language: Go - Size: 225 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 11 - Forks: 0

OrlovEvgeny/go-mcache

High-throughput, sharded in-memory KV cache for Go with minimal allocations

Language: Go - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 99 - Forks: 16

gookit/gsr

Go Standards Recommendations - common interfaces. e.g: cache, logger. Golang 一些通用的接口定义

Language: Go - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

naughtygopher/pocache

Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy

Language: Go - Size: 48.8 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 220 - Forks: 5

huntsman-li/go-cache

This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql

Language: Go - Size: 3.18 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 150 - Forks: 10

feymanlee/cacheit

A cache library for Golang that utilizes Go 1.18+ Generics and includes drivers for go-cache and go-redis[v8].

Language: Go - Size: 91.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

ralvarezdev/go-cache

Cache implementation for Golang projects

Language: Go - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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.

Language: Go - Size: 137 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 3

andrei-punko/go-cache 📦

Redis-like in-memory cache

Language: Go - Size: 91.8 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

viney-shih/go-cache

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

Language: Go - Size: 961 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 136 - Forks: 9

bxcodec/gotcha 📦

gotcha: inmemory-cache in Go (Golang) with customizable algorithm

Language: Go - Size: 74.2 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 4

alejandro-carstens/gocache

A store agnostic caching library for go

Language: Go - Size: 376 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 1

paulusrobin/go-memory-cache

In Memory Key/Value Cache for Golang

Language: Go - Size: 26.4 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

lazharichir/gocached

A simple simple in0memory caching library in Go.

Language: Go - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Hasan-Kilici/go-3adimda-is-clone-v1

Language: Go - Size: 11.7 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

bocchi-the-cache/bakemono

💾 A cache storage engine implemented in Go

Language: Go - Size: 2.86 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

bserdar/golang-lru Fork of hashicorp/golang-lru

Golang LRU cache with a cache size limit instead of cache item count limit

Language: Go - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

isfk/go-cache

use tag with redis/go-redis

Language: Go - Size: 38.1 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

Vitaly-Baidin/wl0

Language: Go - Size: 194 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

cachego/disk

🌵 base on cachego/cache implementation disk cache

Language: Go - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

monitor1379/simplecache

Golang implementation of Memory Cache.

Language: Go - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

chew-z/InstaAppEngine

Scrap image metadata from Instagram. Use Instagram's CDN to store your pictures

Language: Go - Size: 99.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ascode/rset

因为数据量大了之后有时候需要一种比较戳的方法查询,就是把数据捞到服务器上然后再筛选计算,转换成需要的数据,这个操作过程会有很多常用的方法,所以做这个库玩玩

Language: Go - Size: 87.9 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ThreeKing2018/goCache

go缓存

Language: Go - Size: 21.5 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

chew-z/go-gin

OpenWeatherMap forecast JSON served via AppEngine Go

Language: Go - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0