db_qd_internal_get_cache (private)

 db_qd_internal_get_cache fullquery_name

Defined in packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl

Load from Cache

Parameters:
fullquery_name (required)

Testcases:
No testcase defined.
Source code:
        #
        # In case, nothing is stored, return empty.
        #
        if {![nsv_get OACS_FULLQUERIES $fullquery_name data]} {
            return ""
        }

        return $data
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: