acs::Cache method cache_create (protected)

 <instance of acs::Cache[i]> 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 $size
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: