CFquery cachedwithin
I have custom page for all the query executions. to the custom page i am sending the db credentials and cachedwithin parameter.
i am checking what will happen if i set the timespan to 0,0,0,0 (which is default in the code). for all the queries the query name is same,so will that take same data results for all the queries. is there any option as no cache in cfquery.
ex: i am executing a query where it will take the control id for increment. i am executing this many no of times will this take the same results or will it fetches the data each time from the database when i given the cachewithin as 0,0,0,0.
