nova_session_ets
Functions
start_link() ->
Starts the server
get_value(SessionId, Key) ->
- SessionId = binary()
- Key = binary()
set_value(SessionId, Key, Value) ->
- SessionId = binary()
- Key = binary()
- Value = binary()
delete_value(SessionId) ->
- SessionId = binary()
delete_value(SessionId, Key) ->
- SessionId = binary()
- Key = binary()