Pow v1.0.14 Pow.Store.Backend.Base behaviour View Source
Used to set up API for key-value cache store.
Usage
defmodule MyApp.RedisCache do
@behaviour Base
# ...
end
Link to this section Summary
Link to this section Types
Link to this section Callbacks
Link to this callback
all(arg1, key_match)
View Sourceall(Pow.Config.t(), key_match()) :: [record()]