浏览代码

Add metaphore (cache slam defense library). (#703)

pull/705/head
Przemek Sobstel 9 年前
父节点
当前提交
8ab1b5beed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -678,6 +678,7 @@ Libraries to help manage database schemas and migrations.
678 678
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
679 679
 * [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
680 680
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
681
+* [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
681 682
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
682 683
 * [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
683 684
 

正在加载...
取消
保存