View Source Turboprop.Cache (Turboprop v0.4.2)

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

create_table(table_name \\ :turboprop_cache)

View Source
Link to this function

insert(key, value, table_name \\ :turboprop_cache)

View Source
Link to this function

purge(table_name \\ :turboprop_cache)

View Source
Link to this function

retrieve(key, table_name \\ :turboprop_cache)

View Source