ExDash Generated Docset v0.1.2 ExDash.Store

A GenServer for storing in-memory config details that couldn’t otherwise be work-arounded.

Summary

Types

key()
key() :: atom
value()
value() :: any

Functions

get(key)
get(key) :: value
set(key, value)
set(key, value) :: any
start_link()