cache/array-adapter

使用 PHP 数组实现的 PSR-6 缓存实现。此实现支持标签

1.2.0 2022-01-15 15:47 UTC

This package is auto-updated.

Last update: 2024-09-17 14:48:09 UTC


README

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License

这是一个使用 PHP 数组的 PSR-6 缓存实现。它是 PHP Cache 组织的一部分。有关标签和层次结构支持等功能的说明,请阅读 www.php-cache.com 上的共享文档。

安装

composer require cache/array-adapter

使用

使用 ArrayCachePool 不需要做任何配置。

$pool = new ArrayCachePool();

贡献

我们非常欢迎贡献!请向 主仓库 发送拉取请求,或在 问题跟踪器 上报告您发现的问题。