https://github.com/tanguilp/http_cache_store_behaviour
`http_cache` store behaviour
https://github.com/tanguilp/http_cache_store_behaviour
Last synced: 2 months ago
JSON representation
`http_cache` store behaviour
- Host: GitHub
- URL: https://github.com/tanguilp/http_cache_store_behaviour
- Owner: tanguilp
- License: apache-2.0
- Created: 2023-06-21T15:39:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T10:48:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T10:43:43.786Z (4 months ago)
- Language: Erlang
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
http_cache_store_behaviour
=====OTP behaviour for [`http_cache`](ihttps://github.com/tanguilp/http_cache)
stores.## Installation
```erlang
{deps, [{http_cache_store_behaviour, "~> 0.3.0"}]}.
```