Hi all:
I have a stored procedure that queries tables and returns a resultset to the website. I know one can use CACHEWITHIN attribute in a query like this <cfquery name="queryName" datasource="databaseName" CACHEWITHIN="#CreateTimeSpan(0,0,15,0)#"> but I don't know how to use it with <cfstoredproc>
Any ideas????
Thanks.
I have a stored procedure that queries tables and returns a resultset to the website. I know one can use CACHEWITHIN attribute in a query like this <cfquery name="queryName" datasource="databaseName" CACHEWITHIN="#CreateTimeSpan(0,0,15,0)#"> but I don't know how to use it with <cfstoredproc>
Any ideas????
Thanks.