An open API service indexing awesome lists of open source software.

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.

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 ##

elli_cache
elli_cache_util
elli_middleware_cache
rfc7232