1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

Cleanup cache descriptions

This commit is contained in:
Jamie York 2015-07-18 19:11:34 +01:00
parent d312f336fa
commit 59ca2df66c

View File

@ -596,8 +596,8 @@ Libraries to help manage database schemas and migrations.
*Libraries for caching data.*
* [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - A caching library (part of Zend Framework 2).
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - Another caching library (ZF2).
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
## Data Structure and Storage