$cache_tmp_dir, 'lifeTime' => 3600, ); $cache = new Cache_Lite($cache_options); if($znurt && $data = $cache->get($cache_id)) { echo $data; die; } // Start caching if on live site if($znurt && !$nocache) { // Start caching ob_start(); } } ?>