hunt-cache
Cache library
A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached.
Cache library for D. Support memory、redis、memcached backend.
6 stars
6 watching
0 forks
Language: D
last commit: almost 2 years ago
Linked from 1 awesome list
cachememcachememcachedmemoryredis
Related projects:
Repository | Description | Stars |
---|---|---|
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
desarrolla2/cache | A simple cache library implementing the PSR-16 standard using immutable objects. | 134 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |