nino / fake-abstract-adapter
一个保存了绝对没有内容的 AbstractAdapter
0.0.1
2020-02-03 22:34 UTC
Requires
- php: >=7.1
- symfony/cache: 5.0.*
This package is auto-updated.
Last update: 2024-09-04 07:16:32 UTC
README
一个保存了绝对没有内容的 AbstractAdapter。
使用
通过 composer require nino/fake-abstract-adapter
安装它,就像使用任何缓存适配器一样使用它。
use Nino\FakeAbstractAdapter\FakeAdapter;
$cache = new FakeAdapter();
Symfony 缓存文档: https://symfony.com.cn/doc/current/components/cache.html