ns_runonce - Run Tcl script only once
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
COMMANDS
EXAMPLES
SEE ALSO
KEYWORDS
|
This command ensirres that the script will be run only one time even if the file will be loaded several times
ns_runonce {
ns_cache_create mycache 0
}
|