Cache library for golang. It supports expirable Cache, LFU, LRU and ARC.
Go
Updated Mar 1, 2019
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
Elixir
Updated Apr 3, 2019
Fast, reliable cuckoo hash table for Node.js.
JavaScript
Updated Nov 6, 2018
A least-recently-used cache manager in 35 lines of code~!
JavaScript
Updated Apr 20, 2018
flutter advanced network image provider
🍀 c++ standalone header-only basic library || c++头文件实现无第三方依赖基础库
C++
Updated Mar 2, 2019
A lighting fast cache manager for node with least-recently-used policy.
JavaScript
Updated Nov 29, 2018
Simple lru cache for asyncio
Python
Updated Apr 29, 2019
A caching library for Python
Python
Updated Jan 9, 2019
LRU, LFU, FIFO cache C++ implementations
C++
Updated Jul 19, 2018
The elegant cache interface with built-in memcache & redis + asyncio support.
A procedural attribute macro to automatically cache the results of a function call with given args.
Rust
Updated Mar 14, 2019
A simple async LRU cache supporting O(1) set, get and eviction of old keys
JavaScript
Updated Feb 14, 2019
Tiny & Fast LRU Implementation as possible.
JavaScript
Updated Apr 19, 2018
A thread-safe lookup table cache for ActiveRecord
Ruby
Updated Feb 15, 2019
💵 Automatically caches SELECT sql's in memory (memcached, redis, mmap, lru, file, node-cache, native) using the mysq…
JavaScript
Updated Mar 29, 2018
In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores
JavaScript
Updated Feb 14, 2019
A hybrid MFU / MRU, TTL, sharded cache for Go (aka LFU / LRU)
Go
Updated Feb 15, 2019
A C++11 simulator for a variety of CDN caching policies.
C++
Updated Apr 6, 2019
Memoize Node.js style callback-last functions, using an in-memory LRU store
JavaScript
Updated Feb 14, 2019
Simple go object caching library with LRU and expiration capabilities
Go
Updated Feb 3, 2019
Modern, fast and lightweight C++11 LRU in-memory cache implementation
C++
Updated Nov 13, 2017
技术分享 - 旨在提高大家的积极性和自我驱动力,共同成长
HTML
Updated Oct 16, 2018
Open version of common golang libraries useful to many projects.
Go
Updated Sep 15, 2018
cache analysis platform developed at Emory University
Python
Updated Oct 28, 2018
LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator.
Python
Updated Dec 22, 2018
Disk LRU cache with persisted journal
Updated Apr 20, 2019
go patterns
Go
Updated Apr 3, 2019
golang-lru,simple switching between LRU,Cache,TwoQueueCache and ARCCache.
Go
Updated Apr 24, 2019
This cache simulator is used in order to simulate substitutions in cache using replacement policies (FIFO and LRU) an…
C
Updated Sep 29, 2018