Copyright © 2008 Jacob Torrey
Authors: Jacob Torrey (torreyji@clarkson.edu).
| clearmemo/0 | Clears the memoize cache. |
| load_state/1 | Loads a previously saved state of the system to a file. |
| retr/1 | Retreives a value. |
| save/2 | Saves a value. |
| save_state/1 | Saves the current state of the system to a file. |
| start/0 | Starts the variable cache. |
| stop/0 | Stops the variable cache. |
clearmemo() -> ok
Clears the memoize cache
load_state(Filename::list()) -> ok
Loads a previously saved state of the system to a file
retr(K::any()) -> any()
Retreives a value
save(K::any(), Value::any()) -> ok
Saves a value
save_state(Filename::list()) -> ok
Saves the current state of the system to a file
start() -> ok
Starts the variable cache
stop() -> ok
Stops the variable cache
Generated by EDoc, Dec 5 2008, 14:49:25.