metaphore

Cache controller

A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data.

Cache slam defense using a semaphore to prevent dogpile effect.

GitHub

101 stars
12 watching
9 forks
Language: PHP
last commit: 9 months ago
Linked from 1 awesome list

cachingphp

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sqlalchemy/dogpile.cache A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. 247
sadmansamee/cachykit A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior. 124
thebigbrainscompany/tbbccachebundle A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. 36
liexusong/pcache A PHP module that provides an in-process cache extension. 51
gocom/rah_cache A plugin that caches dynamic pages from a content management system as static files. 2
aliostad/cachecow An implementation of HTTP caching in .NET Core and 4.5.2+ for both client and server 849
jamesmontemagno/monkey-cache Provides an easy-to-use caching mechanism for data structures in .NET applications. 669
rayokota/kcache A client library for using Apache Kafka as a persistent store for an in-memory cache 245
sebleier/django-redis-cache A caching backend for Django web applications using Redis as the storage layer. 1,040
laruence/yac A fast, shared memory cache system for storing and retrieving data in PHP applications. 825
sj-distributor/fastcache A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. 45
netcarver/asy_jpcache A caching plugin for Textpattern that optimizes page loading by storing full pages in memory 8
turnersoftware/cachetower An efficient multi-layered caching system for .NET applications 612
codenoble/cache-crispies A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. 156
sindresorhus/memoize Caches function results to speed up repeated calls with identical inputs 1,089