ngx.shcache

Cache system

An in-memory caching system that simplifies the process of caching external data retrieved from slower lookup services.

shcache - simple cache object atop ngx.shared.DICT

GitHub

60 stars
10 watching
39 forks
Language: Lua
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
zkat/cacache-rs A high-performance, concurrent cache system with support for async APIs and various features. 539
defcronyke/godscache Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms 11
orlovevgeny/go-mcache A fast key-value store with expiration times and thread safety. 97
iwanbk/bcache A distributed in-memory caching system with eventual consistency and configurable maximum keys 156
codingsince1985/couchcache A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. 64
yuseferi/gocache An in-memory key-value store/cache implementation in Go providing efficient caching capabilities 9
liexusong/pcache A PHP module that provides an in-process cache extension. 51
sj-distributor/fastcache A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. 45
snazy/ohc A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. 1,071
jean-smaug/koache Caching middleware for Koa.js applications 6
whitfin/cachex A high-performance caching system with features like transactions, expiration, and distribution across nodes. 1,601
sqlalchemy/dogpile.cache A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. 247
ulovecode/gdcache A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. 13
tilestache/tilestache A Python-based caching server application for map tiles. 758
viney-shih/go-cache Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. 139