README.md
# cachmere
[](https://hex.pm/packages/cachmere)
[](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
```