# cache

[![Build Status](https://img.shields.io/travis/amphp/cache/1.x.svg?style=flat-square)](https://travis-ci.org/amphp/cache)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/cache/1.x.svg?style=flat-square)](https://coveralls.io/github/amphp/cache?branch=1.x)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`amphp/cache` is a non-blocking caching library for [Amp](https://github.com/amphp/amp).

## Installation

```bash
composer require amphp/cache
```
