nino / fake-abstract-adapter
an AbstractAdapter saving absolutely nothing
0.0.1
2020-02-03 22:34 UTC
Requires
- php: >=7.1
- symfony/cache: 5.0.*
This package is auto-updated.
Last update: 2025-03-04 08:24:37 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