Augur.Cache (augur v0.1.0)
A development cache for text messages that were sent
Link to this section Summary
Functions
Cache a text message
Returns a specification to start this module under a supervisor.
Fetch all text messages in the cache
Fetch a thread in the cache
Fetch all threads in the cache
Link to this section Functions
Link to this function
cache(config, text_message)
Cache a text message
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
text_messages(config)
Fetch all text messages in the cache
Link to this function
thread(config, thread_id)
Fetch a thread in the cache
Link to this function
threads(config)
Fetch all threads in the cache