Browse Source

Merge pull request #128 from bessl/master

add APC
pull/137/merge
ziadoz 11 years ago
parent
commit
a7cbfe93ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

470
 ## Caching
470
 ## Caching
471
 *Libraries for caching data.*
471
 *Libraries for caching data.*
472
 
472
 
473
+* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
473
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
474
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
474
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
475
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
475
 
476
 

Loading…
Cancel
Save