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
60 stars
10 watching
39 forks
Language: Lua
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance, concurrent cache system with support for async APIs and various features. | 556 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A PHP module that provides an in-process cache extension. | 51 |
| A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| Caching middleware for Koa.js applications | 6 |
| A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,617 |
| A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 251 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| A Python-based caching server application for map tiles. | 760 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |