nova_session_ets

Functions

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()