# zend-cache

`Zend\Cache` provides a general cache system for PHP. The `Zend\Cache` component
is able to cache different patterns (class, object, output, etc) using different
storage adapters (DB, File, Memcache, etc).


- File issues at https://github.com/zendframework/zend-cache/issues
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-cache
