rogerthomas84 / ohcache
OhCache is a flexible caching library for PHP
Installs: 11 183
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
Open Issues: 0
pkg:composer/rogerthomas84/ohcache
Requires
- php: >=5.3.7
Requires (Dev)
- phpunit/phpunit: ^5
README
OhCache is a flexible caching library for PHP
Using Composer
To use OhCache with Composer, add the dependency (and version constraint) to your require block inside your composer.json file.
{
"require": {
"rogerthomas84/ohcache": "1.1.*"
}
}
Quick Start
OhCache exposes the following methods for Caching:
APCMemcacheMemcachedFileSystem
In addition to this, there is a AdapterNull which you can use for test (or development) purposes.