micronative/file-cache

1.0.0 2021-05-12 03:20 UTC

This package is auto-updated.

Last update: 2024-09-07 12:05:39 UTC


README

Software license Build Build Coverage

一个简单的基于文件的缓存引擎,实现了Psr缓存接口

配置

composer.json

"require": {
        "micronative/file-cache": "^1.0.0"
},
"repositories": [
    { "type": "vcs", "url": "https://github.com/micronative/file-cache" }
],

运行

composer require micronative/file-cache:1.0.0