forecastr v0.1.11 Forecastr.Cache

“Proxy” module for different caches

Link to this section Summary

Link to this section Functions

Link to this function get(atom, query)
get(:today, String.t()) :: map() | nil
get(:in_five_days, String.t()) :: map() | nil
Link to this function set(atom, query, response)
set(:today, String.t(), map()) :: :ok
set(:in_five_days, String.t(), map()) :: :ok