PSR-6 缓存接口规范

最后更新于:2022-04-02 02:19:36

[TOC] ## 安装 ``` composer require psr/cache ``` ## 接口
Psr\Cache\CacheItemInterface ```
Psr\Cache\CacheItemPoolInterface ```
Psr\Cache\CacheException ```
Psr\Cache\InvalidArgumentException ```
';