HashNCache
TODO: Add description
Installation
If available in Hex, the package can be installed as:
Add hash_n_cache to your list of dependencies in
mix.exs:def deps do [{:hash_n_cache, "~> 0.0.1"}] end
Ensure hash_n_cache is started before your application:
def application do [applications: [:hash_n_cache]] end