Behaviours: gen_server.
cache_http_result/3 | |
code_change/3 | |
enqueue_http_call/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
lookup_http_call/2 | |
start_link/0 | |
stop/0 | |
terminate/2 | |
trigger_cleaning/0 |
cache_http_result(Method, Request, Result) -> any()
code_change(OldVsn, State, Extra) -> any()
enqueue_http_call(Method, Request) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
lookup_http_call(Method, Request) -> any()
start_link() -> {ok, pid()}
stop() -> ok
terminate(Reason, State) -> any()
trigger_cleaning() -> any()
Generated by EDoc