An open API service indexing awesome lists of open source software.

https://github.com/micronative/file-cache

File Cache Engine
https://github.com/micronative/file-cache

cache file-cache file-cache-store

Last synced: 6 months ago
JSON representation

File Cache Engine

Awesome Lists containing this project

README

          

# File Cache
[![Software license][ico-license]](README.md)
[![Build][ico-build-7.4]][link-build]
[![Build][ico-build-8.0]][link-build]
[![Coverage][ico-codecov]][link-codecov]

[ico-license]: https://img.shields.io/github/license/nrk/predis.svg?style=flat-square
[ico-build-7.4]: https://github.com/micronative/file-cache/actions/workflows/php-7.4.yml/badge.svg
[ico-build-8.0]: https://github.com/micronative/file-cache/actions/workflows/php-8.0.yml/badge.svg
[ico-codecov]: https://codecov.io/gh/micronative/file-cache/branch/master/graph/badge.svg

[link-build]: https://github.com/micronative/file-cache/actions
[link-codecov]: https://codecov.io/gh/micronative/file-cache

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