HashNCache

TODO: Add description

Installation

If available in Hex, 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