ttl-cache
There are 86 repositories under ttl-cache topic.
jellydator/ttlcache
An in-memory cache with item expiration and generics
epicweb-dev/cachified
🤑 wrap virtually everything that can store by key to act as cache with ttl/max-age, stale-while-validate, parallel fetch protection and type-safety support
thepirat000/CachingFramework.Redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
iamsinghrajat/async-cache
A caching solution for asyncio
ma6174/myhttpdns
DNS 服务器,接收标准 DNS 查询请求,然后通过查询 http dns 获取结果返回给客户端。
FishGoddess/cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
breid48/cacheing
Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.
mobilityhouse/ttldict
Python TTL Dictionary - dictionary with key expiry time
WendellAdriel/cache-ttl-helper
Helper Enum for handling cache TTLs in a simple, easy and friendly way
Brokerloop/ttlcache
Typed LRU TTL cache for Node.js and browsers
nrkno/nodecache-as-promised
In-memory cache supporting promise based workers and middleware hooks (distributed expiry and persistence provided)
nursik/go-expire-map
Go map with TTLs.
agkloop/go_memoize
Golang high performant functional Memoize
jkelin/cache-sqlite-lru-ttl
SQLite cache with LRU and TTL eviction
tinovyatkin/tlru
Time aware least recently used (TLRU) cache for Node
mrhooray/ttl
Simple in-memory cache for JavaScript
tickbh/algorithm-rs
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
cheshir/ttlcache
Simple in-memory key-value storage with TTL for each record.
jahnestacado/tlru
A Time-aware Least Recently Used cache implementation in Go with configurable eviction policy
mchernyakov/various-ttl-map
Thread-safe map (cache) with various time to live of keys
junbong/mankato-server
Makato is blazing fast key-value type in-memory database, with TTL callback.
nikhilkarnwal/cache
Java implementation of TTL Cache
piaodazhu/ttlHashMap
⏰ A general-purpose, thread-safe hash map that supports TTL of the items. It is built upon https://github.com/tidwall/hashmap.c.git .
fudiwei/skit-storage.js
A better way to use storage (strong typing, namespacing, ttl, etc). 更便捷地访问本地存储,支持强类型读写、命名空间、过期策略等特性,同时支持在浏览器和小程序中运行。
leprosus/golang-ttl-map
In-memory key-value storage with file snapshots
renswickd/semantic-prompt-cache
This app leverages Semantic Caching to minimize inference latency and reduce API costs by reusing semantically similar prompt responses.
bbdshow/gocache
一款简易的内存缓存实现,支持容量控制,TTL和数据落盘。
kiebor81/mudis
Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Rails and Hanami (or any Rack) compatible.
mgnsk/evcache
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.
MoeYang/go-localcache
A mem-cached library by golang.
trygve-lie/ttl-mem-cache
A in memory time to live cache with streaming support.
begmaroman/go-ttlcache
An in-memory key => value store/cache library for Go built on generics
ucwong/filecache
A simple, safe, fast local file cache of pure Golang
pashkov256/tcache
High performance and easy-to-use in memory cache with TTL and LRU