Merge pull request #128 from bessl/master

add APC
This commit is contained in:
ziadoz 2014-07-06 15:07:42 -06:00
commit a7cbfe93ae
1 changed files with 1 additions and 0 deletions

View File

@ -470,6 +470,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
## Caching
*Libraries for caching data.*
* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.