https://github.com/elli-lib/elli_cache
Elli middleware for generic caching.
https://github.com/elli-lib/elli_cache
elli middleware rfc-7232
Last synced: about 1 year ago
JSON representation
Elli middleware for generic caching.
- Host: GitHub
- URL: https://github.com/elli-lib/elli_cache
- Owner: elli-lib
- License: mit
- Created: 2016-11-10T22:22:49.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-24T05:27:32.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T12:47:26.756Z (over 1 year ago)
- Topics: elli, middleware, rfc-7232
- Language: Erlang
- Size: 153 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elli_cache #
Copyright (c) 2016 elli-lib team.
__Version:__ 1.0.1
[![Hex.pm][hex badge]][hex link]
[![Hex.pm][hex downloads]][hex link]
[![Travis CI][travis badge]][travis builds]
[![Coverage Status][coveralls badge]][coveralls link]
[![Erlang][erlang badge]][erlang downloads]
[![MIT License][license badge]][LICENSE]
*Elli middleware for generic caching.*
## Build
```erlang
rebar3 compile
```
## License
`elli_cache` is licensed under [The MIT License][LICENSE]
[travis badge]: https://travis-ci.org/elli-lib/elli_cache.svg?branch=develop
[travis builds]: https://travis-ci.org/elli-lib/elli_cache?branch=develop
[hex badge]: https://img.shields.io/hexpm/v/elli_cache.svg?maxAge=2592000?style=plastic
[hex link]: https://hex.pm/packages/elli_cache
[hex downloads]: https://img.shields.io/hexpm/dt/elli_cache.svg?maxAge=2592000
[coveralls badge]: https://coveralls.io/repos/github/elli-lib/elli_cache/badge.svg?branch=develop
[coveralls link]: https://coveralls.io/github/elli-lib/elli_cache?branch=develop
[erlang badge]: https://img.shields.io/badge/erlang-%E2%89%A518.0-red.svg
[erlang downloads]: http://www.erlang.org/downloads
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[LICENSE]: https://github.com/elli-lib/elli_cache/blob/develop/LICENSE
## Modules ##