Pow v0.1.0-alpha Pow.Store.Base behaviour View Source

Used to set up API for key-value cache store.

Link to this section Summary

Link to this section Callbacks

Link to this callback delete(arg0, binary) View Source
delete(Pow.Config.t(), binary()) :: :ok
Link to this callback get(arg0, binary) View Source
get(Pow.Config.t(), binary()) :: any() | :not_found
Link to this callback put(arg0, binary, any) View Source
put(Pow.Config.t(), binary(), any()) :: :ok