Behaviours: gen_server.
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start_link/1 | Cache item time to live in seconds. |
| stop/1 | |
| terminate/2 | |
| value/1 |
code_change(OldVsn, State, Extra) -> any()
handle_call(Request, From, State0) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
start_link(Stat) -> any()
Cache item time to live in seconds
stop(Pid) -> any()
terminate(Reason, State) -> any()
value(Pid) -> any()
Generated by EDoc