From f863f5425e96801b76d0c023fb94ecca2a95631f Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Sun, 16 Nov 2014 21:11:56 +0100 Subject: [PATCH] Zend Cache The Caching Library of Zend Framework 2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b7d01..51a9f8b 100644 --- a/README.md +++ b/README.md @@ -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