nino/fake-abstract-adapter

an AbstractAdapter saving absolutely nothing

0.0.1 2020-02-03 22:34 UTC

This package is auto-updated.

Last update: 2024-05-04 06:25:48 UTC


README

An AbstractAdapter saving absolutely nothing.

Usage

Require it composer require nino/fake-abstract-adapter, and use it as you would use any Cache Adapters.

use Nino\FakeAbstractAdapter\FakeAdapter;

$cache = new FakeAdapter();

Symfony documentation for cache : https://symfony.com/doc/current/components/cache.html