I have added this code into the top of my report:

function cacheSettings()

{
    return array(
        "ttl"=>60,
    );
}

How can I tell if it is working? BTW, will file chase only work for koolreport? I am doing a bunch of pre-processing of tables prior to initiating render that are very time consuming (6 seconds).