acs::Cache method init (public)

 <instance of acs::Cache[i]> init

Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl

If the name was not provided, use the object name as default.

Testcases:
No testcase defined.
Source code:
if {![info exists :name]} {
    set :name [namespace tail [current]]
}
:cache_create ${:name} [:get_size]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: