mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Add metaphore (cache slam defense library). (#703)
This commit is contained in:
parent
26d5615b01
commit
8ab1b5beed
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user