Copyright © 2013-2014 Marc Worrell
Behaviours: gen_server.
Authors: Marc Worrell.
| code_change/3 | |
| delete/1 | Delete an entry by key. |
| ensure_tables/0 | Ensure that the proper filezcache_log table has been created. |
| gc/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| insert/2 | |
| log_access/1 | |
| log_access/2 | |
| log_ready/5 | |
| lookup/1 | |
| lookup/2 | |
| start_link/0 | |
| stats/0 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
delete(Key) -> any()
Delete an entry by key
ensure_tables() -> any()
Ensure that the proper filezcache_log table has been created
gc(Key) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
insert(Key, Opts) -> any()
log_access(Key) -> any()
log_access(Key, MonitorPid) -> any()
log_ready(EntryPid, Key, Filename, Size, Checksum) -> any()
lookup(Key) -> any()
lookup(Key, MonitorPid) -> any()
start_link() -> any()
stats() -> any()
terminate(Reason, State) -> any()
Generated by EDoc