couch_auth_cache
Functions
code_change(OldVsn, State, Extra) -> term()
get_user_creds(UserName) -> term()
handle_call(X1, From, State) -> term()
handle_cast(X1, State) -> term()
handle_info(Msg, State) -> term()
init(X1) -> term()
start_link() -> term()
terminate(Reason, State) -> term()
View Functions
code_change/3
get_user_creds/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/0
terminate/2