Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Caching Stored Procedures

Status
Not open for further replies.

asiavoices

Programmer
Joined
Sep 20, 2001
Messages
90
Location
CA
Hello all,

My mind is blank at the moment and can't remember if this is possible.

I've built a CF application that has a lot of stored procedures (I used to query using CFQuery but now just SP as it's more efficient) and I was wondering how I could "cache" the recordset similar to CFQUERY's "cachedwithin" parameter.

Is there a similar one for Stored Procedures? The SP is just to list about 30,000+ items (like cities) so the dataset rarely change if ever.

thanks,

Christopher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top