20,741
edits
m (→Installation: no longer up to date) |
|||
Line 250: | Line 250: | ||
* <code>Host.set_persistent(key,value)</code> - stores a key/value pair | * <code>Host.set_persistent(key,value)</code> - stores a key/value pair | ||
* <code>Host.get_persistent(key,default_value)</code> - retrieves a value using the key specified, falling back to the default value specified | * <code>Host.get_persistent(key,default_value)</code> - retrieves a value using the key specified, falling back to the default value specified | ||
=== Self checks (unit testing) === | === Self checks (unit testing) === |