micronative/file-cache

File Cache

Maintainers

Package info

github.com/micronative/file-cache

pkg:composer/micronative/file-cache

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2021-05-12 03:20 UTC

This package is auto-updated.

Last update: 2026-03-07 15:30:25 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