Expander v0.0.1 Expander.Cache.Adapter behaviour View Source

Specification of getting and saving url from cache adapter.

Link to this section Summary

Callbacks

Get URL from cache

Set URL in cache

Link to this section Types

Link to this section Callbacks

Link to this callback setup(config) View Source
setup(config) ::
  {:ok, state :: term} |
  :ignore |
  {:stop, reason :: term}