Copyright © 2012 Michael Truog ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
append(Key, Value) -> any()
append_list(Key, L) -> any()
code_change(OldVsn, State, Extra) -> any()
erase(Key) -> any()
fetch_keys() -> any()
filter(F) -> any()
find(Key) -> any()
fold(F, Acc) -> any()
handle_call(X1, F, S) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
is_key(Key) -> any()
map(F) -> any()
size() -> any()
start_link(Module) -> any()
stop() -> any()
store(Key, L) -> any()
terminate(Reason, State) -> any()
update(Key, F, L) -> any()
Generated by EDoc, Oct 7 2016, 11:31:17.