nino / fake-abstract-adapter
an AbstractAdapter saving absolutely nothing
Installs: 606
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/nino/fake-abstract-adapter
Requires
- php: >=7.1
- symfony/cache: 5.0.*
This package is auto-updated.
Last update: 2025-10-04 09:27:22 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