• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Sep-2021-

src/H14-Sep-2021-20,0509,978

.coveralls.ymlH A D14-Sep-202174 43

CHANGELOG.mdH A D14-Sep-2021495 2514

CONTRIBUTING.mdH A D14-Sep-20217.4 KiB230163

README.mdH A D14-Sep-2021378 106

composer.jsonH A D14-Sep-20211.6 KiB5049

phpunit.xml.distH A D14-Sep-20212.9 KiB6348

phpunit.xml.travisH A D14-Sep-20213 KiB6548

README.md

1# zend-cache
2
3`Zend\Cache` provides a general cache system for PHP. The `Zend\Cache` component
4is able to cache different patterns (class, object, output, etc) using different
5storage adapters (DB, File, Memcache, etc).
6
7
8- File issues at https://github.com/zendframework/zend-cache/issues
9- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-cache
10