Module ipinfo_cache

Behaviours: gen_server.

Data Types

t()

abstract datatype: t()

Function Index

add/3
create/1
get/2
start_link/1

Function Details

add/3

add(Cache, Key, Value) -> any()

create/1

create(Ttl::non_neg_integer()) -> {ok, t()}

get/2

get(Cache, Key) -> any()

start_link/1

start_link(Ttl) -> any()


Generated by EDoc