存储器适配器
存储器
store_id() :: String.t()
store_key() :: atom() | String.t()
t() :: module()
value() :: map()
restore(store_id(), store_key()) :: {:ok, value()} | any()
store(store_id(), store_key(), value()) :: :ok | any()