芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp84/includes/tests/Cache_Lite/tests/Cache_Lite_Output_classical.phpt
--TEST-- Cache_Lite::Cache_Lite_Output (classical) --INI-- track_errors=Off --FILE-- tmpDir() . '/', 'lifeTime' => 60 ); $Cache_Lite_Output = new Cache_Lite_Output($options); multipleCallCache2(); ?> --GET-- --POST-- --EXPECT-- ==> First call (cache should be missed) 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Cache Missed ! Done ! ==> Second call (cache should be hit) 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Cache Hit ! Done ! ==> Third call (cache should be hit) 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Cache Hit ! Done ! ==> We remove cache Done ! ==> Fourth call (cache should be missed) 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Cache Missed ! Done ! ==> #5 Call with another id (cache should be missed) 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Cache Missed ! Done ! ==> We remove cache Done !