Defined in tcl/intranet-defs.tclAllows you to memoize database queries without having to grab a db
handle first. If the query you specified is not in the cache, this
proc grabs a db handle, and memoizes a list, separated by $divider
inside the cache, of the results. Your calling proc can then process
this list as normally.
- Switches:
-
-bind (optional)
- Parameters:
-
statement_name
sql_query
force (defaults to "0"
)
also_memoize_as (optional)