2

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?

Jason
  • 17,276
  • 23
  • 73
  • 114

2 Answers2

4

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

orangepips
  • 9,891
  • 6
  • 33
  • 57
1

It's clearly documented in the CF9 docs. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d55.html

Raymond Camden
  • 10,661
  • 3
  • 34
  • 68