acs::Cache method cache_create (protected)
<instance of acs::Cache> cache_create name size
Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl
Create a cache.
- Parameters:
- name (required)
- size (required)
- Testcases:
- No testcase defined.
Source code: ns_cache_create -timeout ${:timeout} {*}[expr {[info exists :maxentry] ? "-maxentry ${:maxentry}" : ""}] $name $sizeXQL Not present: Generic, PostgreSQL, Oracle