Turboprop
v0.4.2
Pages
Modules
Search documentation of Turboprop
Settings
View Source
Turboprop.Cache
(Turboprop v0.4.2)
Summary
Functions
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
create_table(table_name \\ :turboprop_cache)
insert(key, value, table_name \\ :turboprop_cache)
purge(table_name \\ :turboprop_cache)
retrieve(key, table_name \\ :turboprop_cache)
start_link(default)
Functions
Link to this function
child_spec(init_arg)
View Source
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
Link to this function
start_link(default)
View Source