Packages
A simple utility to hash an erlang term, and cache the term in ETS with the hash as the key and the term as the value.
Current section
Files
Jump to
Current section
Files
hash_n_cache
README.md
README.md
# HashNCache
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add hash_n_cache to your list of dependencies in `mix.exs`:
def deps do
[{:hash_n_cache, "~> 0.0.1"}]
end
2. Ensure hash_n_cache is started before your application:
def application do
[applications: [:hash_n_cache]]
end