micronative/file-cache

1.0.0 2021-05-12 03:20 UTC

This package is auto-updated.

Last update: 2024-04-07 11:13:24 UTC


README

Software license Build Build Coverage

A simple file based cache engine that implements the Psr cache interfaces

Configuration

composer.json

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

Run

composer require micronative/file-cache:1.0.0