Module pcache_server

Behaviours: gen_server.

Function Index

code_change/3
datum_loop/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/3
start_link/4
start_link/5
start_link/6
terminate/2

Function Details

code_change/3

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

datum_loop/1

datum_loop(Datum) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, Cache) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

start_link/3

start_link(Name, Mod, Fun) -> any()

start_link/4

start_link(Name, Mod, Fun, CacheSize) -> any()

start_link/5

start_link(Name, Mod, Fun, CacheSize, CacheTime) -> any()

start_link/6

start_link(Name, Mod, Fun, CacheSize, CacheTime, CachePolicy) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc