1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-22 15:34:40 +00:00

Zend Cache

The Caching Library of Zend Framework 2
This commit is contained in:
Marc Bennewitz 2014-11-16 21:11:56 +01:00
parent 7253b5bbb8
commit f863f5425e

View File

@ -513,7 +513,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.
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
* [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).
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
## Data Structure and Storage