nova_session_ets (nova v0.8.1) View Source
Link to this section Summary
Link to this section Functions
Specs
delete_value(SessionId :: binary()) -> ok | {error, Reason :: term()}.
Specs
delete_value(SessionId :: binary(), Key :: binary()) -> ok | {error, Reason :: term()}.
Specs
get_value(SessionId :: binary(), Key :: binary()) -> {ok, Value :: binary()} | {error, not_found}.
Specs
set_value(SessionId :: binary(), Key :: binary(), Value :: binary()) -> ok | {error, Reason :: term()}.
Specs
start_link() -> {ok, Pid :: pid()} | {error, Error :: {already_started, pid()}} | {error, Error :: term()} | ignore.