Module filezcache_store

Manages the mapping between filezache_entry processes and their keys.

Copyright © 2013-2014 Marc Worrell

Authors: Marc Worrell.

Description

Manages the mapping between filezache_entry processes and their keys.

Function Index

delete/1
init/0
insert/2
iterate/1
lookup/1

Function Details

delete/1

delete(Pid) -> any()

init/0

init() -> any()

insert/2

insert(Key, Pid) -> any()

iterate/1

iterate(SlotNr) -> any()

lookup/1

lookup(Key) -> any()


Generated by EDoc