pear/cache_lite

快速且安全的小型缓存系统

v2.0.0 2023-03-21 09:15 UTC

This package is auto-updated.

Last update: 2024-09-21 12:49:00 UTC


README

快速且安全的小型缓存系统。

此包是一个针对文件容器优化的小型缓存系统。它既快速又安全(因为它使用文件锁定和/或反腐败测试)。

Build Status

构建

要测试此包,运行

composer install
./vendor/bin/phpunit

安装

composer require pear/cache_lite

链接