Browse Source

add APC

pull/128/head
Bernhard Essl 11 years ago
parent
commit
e87907e1c6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

460
 ## Caching
460
 ## Caching
461
 *Libraries for caching data.*
461
 *Libraries for caching data.*
462
 
462
 
463
+* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
463
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
464
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
464
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
465
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
465
 
466
 

Loading…
Cancel
Save