Skip to content

OhCache is a flexible caching library for PHP

License

Notifications You must be signed in to change notification settings

neonplay/ohcache

 
 

Repository files navigation

OhCache

OhCache is a flexible caching library for PHP

Latest Stable Version Total Downloads Latest Unstable Version License Build Status

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:

  • APC
  • Memcache
  • Memcached
  • FileSystem

In addition to this, there is a AdapterNull which you can use for test (or development) purposes.

About

OhCache is a flexible caching library for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%