cachedDBM objects are addressable from TCL. Individual
objects stored in the cachedDBM are addressable from TCL by means of
the elem()
method, but also the following members are
exported to the TCL interface, allowing scripting access to
manipulating the database:
cachedDBM::max_elem
cachedDBM::Init
filename rw
cachedDBM::close
cachedDBM::opened
cachedDBM::elem
With one argument, get the element value,
with two arguments, set it.
cachedDBM::commit
cachedDBM::firstkey
cachedDBM::nextkey
cachedDBM::eof