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