|
|
|
|
|
|
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
|
|