Browse Source

Merge branch 'pr/266'

pull/284/merge
Jamie York 10 years ago
parent
commit
d312f336fa
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

596
 *Libraries for caching data.*
596
 *Libraries for caching data.*
597
 
597
 
598
 * [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
598
 * [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
599
-* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
599
+* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
600
+* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - A caching library (part of Zend Framework 2).
600
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
601
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
601
 
602
 
602
 ## Data Structure and Storage
603
 ## Data Structure and Storage

Loading…
Cancel
Save