File:  [parser3project] / parser3 / tests / 160.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri May 18 14:41:53 2007 UTC (19 years ago) by misha
Branches: MAIN
CVS tags: HEAD
- time increased because on unix 1 mean nothing :(

@main[]
^do[One]
^sleep(2)
^do[Two]



@do[sText][i]
<hr />
^for[i](1;3){
	$iCacheTime[]
	^cache[outputs/160.cache](2){
		=$sText=
		^if($sText eq "Two"){
			^cache(0)
		}
		$iCacheTime(^cache[])
	}
	^if(def $iCacheTime){
		Execute code, ^^cache[] == ^iCacheTime.int(0)
	}{
		Get cached result
	}
	<br />
}


E-mail: