Cache <cfstoredproc> results

555 Views Asked by At

Is there any way to cache the results of a <cfstoredproc> tag? The <cfquery> tag makes it easy with the cachedwithin attribute but there doesn't seem to be anything for <cfstoredproc>.

Am I missing something simple or is this functionality just missing from ColdFusion?

2

There are 2 best solutions below

1
On BEST ANSWER

It's there, just Adobe glossary missed it. Check the comments at the end of the tag entry:

http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_r-s_22.html

Also documentation reference here: http://livedocs.adobe.com/coldfusion/8/htmldocs/appFramework_20.html

0
On