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 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
zkat/cacache-rsA high-performance, concurrent cache system with support for async APIs and various features.556
defcronyke/godscacheProvides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms11
orlovevgeny/go-mcacheA fast key-value store with expiration times and thread safety.97
iwanbk/bcacheA distributed in-memory caching system with eventual consistency and configurable maximum keys156
codingsince1985/couchcacheA caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs.64
yuseferi/gocacheAn in-memory key-value store/cache implementation in Go providing efficient caching capabilities9
liexusong/pcacheA PHP module that provides an in-process cache extension.51
sj-distributor/fastcacheA caching library for .NET Core applications that supports multiple caching providers and eviction strategies.45
snazy/ohcA high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm.1,072
jean-smaug/koacheCaching middleware for Koa.js applications6
whitfin/cachexA high-performance caching system with features like transactions, expiration, and distribution across nodes.1,617
sqlalchemy/dogpile.cacheA caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism.251
ulovecode/gdcacheA cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries.13
tilestache/tilestacheA Python-based caching server application for map tiles.760
viney-shih/go-cacheProvides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.141