From 8ab1b5beedbd7d5b6f0fc57b905a65011245572d Mon Sep 17 00:00:00 2001 From: Przemek Sobstel Date: Wed, 5 Oct 2016 20:23:33 +0200 Subject: [PATCH] Add metaphore (cache slam defense library). (#703) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed217e9..24f2546 100644 --- a/README.md +++ b/README.md @@ -678,6 +678,7 @@ Libraries to help manage database schemas and migrations. * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line. * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP). * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library. +* [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect. * [Stash](https://github.com/tedious/Stash) - Another library for caching. * [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).