nino/fake-abstract-adapter

an AbstractAdapter saving absolutely nothing

Maintainers

Package info

gitlab.com/nin_/fake-abstract-adapter

Issues

pkg:composer/nino/fake-abstract-adapter

Statistics

Installs: 606

Dependents: 0

Suggesters: 0

Stars: 0

0.0.1 2020-02-03 22:34 UTC

This package is auto-updated.

Last update: 2026-03-04 10:24:27 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