A basic cache interface with adapters for common cache libraries

Maintainers

Package info

github.com/rtheunissen/cache

pkg:composer/rtheunissen/cache

Statistics

Installs: 142 734

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:09:56 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);