Module fang_store

Copyright © 2008 Jacob Torrey

Authors: Jacob Torrey (torreyji@clarkson.edu).

Function Index

clearmemo/0Clears the memoize cache.
load_state/1Loads a previously saved state of the system to a file.
retr/1Retreives a value.
save/2Saves a value.
save_state/1Saves the current state of the system to a file.
start/0Starts the variable cache.
stop/0Stops the variable cache.

Function Details

clearmemo/0

clearmemo() -> ok

Clears the memoize cache

load_state/1

load_state(Filename::list()) -> ok

Loads a previously saved state of the system to a file

retr/1

retr(K::any()) -> any()

Retreives a value

save/2

save(K::any(), Value::any()) -> ok

Saves a value

save_state/1

save_state(Filename::list()) -> ok

Saves the current state of the system to a file

start/0

start() -> ok

Starts the variable cache

stop/0

stop() -> ok

Stops the variable cache


Generated by EDoc, Dec 5 2008, 14:49:25.