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
- Host: GitHub
- URL: https://github.com/micronative/file-cache
- Owner: micronative
- Created: 2021-05-07T06:09:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T09:08:18.000Z (about 3 years ago)
- Last Synced: 2025-07-29T10:23:44.909Z (11 months ago)
- Topics: cache, file-cache, file-cache-store
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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