A basic cache interface with adapters for common cache libraries

v0.1.0 2015-07-26 08:26 UTC

This package is auto-updated.

Last update: 2024-04-29 03:29:37 UTC


README

Author License Latest Version Build Status Scrutinizer Scrutinizer Coverage

Installation

composer require rtheunissen/cache

Usage

Supported cache providers are: - Doctrine - CacheProvider - Illuminate - Store - Stash - AbstractDriver

The easiest way to create an adapter is to use the AdapterFactory.

$cache = AdapterFactory::get($provider);