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?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 3 down vote accepted

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

link|improve this answer
1  
Note my response is specifically addressing the Coldfusion-8 tag. – orangepips Dec 7 '10 at 1:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.