rogerthomas84/ohcache

OhCache is a flexible caching library for PHP

1.1.4 2019-12-10 13:21 UTC

This package is auto-updated.

Last update: 2024-04-10 21:55:24 UTC


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:

  • APC
  • Memcache
  • Memcached
  • FileSystem

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