Solid.Caching behaviour (solid v0.15.2) View Source
Link to this section Summary
Link to this section Callbacks
Specs
get(key :: term()) :: {:ok, Solid.Template.t()} | {:error, :not_found}
Specs
put(key :: term(), Solid.Template.t()) :: :ok | {:error, term()}