README.md
# cachmere
[![Package Version](https://img.shields.io/hexpm/v/cachmere)](https://hex.pm/packages/cachmere)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/cachmere/)
A caching solution for Gleam web apps, designed to be used with Wisp.
Currently a work-in-progress. Breaking changes may be made to API.
## Roadmap
- [x] Add response header control, to allow for browser caching of assets
- [ ] Add support for ETags
## Development
```sh
mise up # install development environment dependencies
gleam test # Run the tests
```