Skip to content

Latest commit

 

History

History
92 lines (45 loc) · 2.16 KB

exometer_cache.md

File metadata and controls

92 lines (45 loc) · 2.16 KB

Module exometer_cache

Behaviours: gen_server.

Function Index

code_change/3
delete/2
delete_name/1
handle_call/3
handle_cast/2
handle_info/2
init/1
read/2
start_link/0
terminate/2
write/3
write/4

Function Details

code_change/3

code_change(X1, S, X3) -> any()

delete/2

delete(Name, DataPoint) -> any()

delete_name/1

delete_name(Name) -> any()

handle_call/3

handle_call(X1, X2, S) -> any()

handle_cast/2

handle_cast(X1, St) -> any()

handle_info/2

handle_info(X1, S) -> any()

init/1

init(X1) -> any()

read/2

read(Name, DataPoint) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(X1, X2) -> any()

write/3

write(Name, DataPoint, Value) -> any()

write/4

write(Name, DataPoint, Value, TTL) -> any()