Module cache_tab

Behaviours: ?GEN_SERVER.

Function Index

all/0
clean/1
code_change/3
delete/1
delete/3
dirty_delete/2
dirty_delete/3
dirty_dist_delete/3
dirty_dist_insert/4
dirty_insert/3
dirty_insert/4
dirty_lookup/3
handle_call/3
handle_cast/2
handle_info/2
info/2
init/1
insert/4
lookup/3
new/2
setopts/2
start/0
start_link/4
stop/0
tab2list/1
terminate/2

Function Details

all/0

all() -> any()

clean/1

clean(Tab) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

delete/1

delete(Tab) -> any()

delete/3

delete(Tab, Key, F) -> any()

dirty_delete/2

dirty_delete(Tab, Key) -> any()

dirty_delete/3

dirty_delete(Tab, Key, F) -> any()

dirty_dist_delete/3

dirty_dist_delete(Tab, Key, F) -> any()

dirty_dist_insert/4

dirty_dist_insert(Tab, Key, Val, F) -> any()

dirty_insert/3

dirty_insert(Tab, Key, Val) -> any()

dirty_insert/4

dirty_insert(Tab, Key, Val, F) -> any()

dirty_lookup/3

dirty_lookup(Tab, Key, F) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

info/2

info(Tab, Info) -> any()

init/1

init(X1) -> any()

insert/4

insert(Tab, Key, Val, F) -> any()

lookup/3

lookup(Tab, Key, F) -> any()

new/2

new(Tab, Opts) -> any()

setopts/2

setopts(Tab, Opts) -> any()

start/0

start() -> any()

start_link/4

start_link(Proc, Tab, Opts, Owner) -> any()

stop/0

stop() -> any()

tab2list/1

tab2list(Tab) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc