Ask a Question related to Coldfusion Database Access, Design and Development.
-
Kiriran #1
query caching
hi
if i do <cfcache action="cache"> and have a query on this page, is it cached? or do i need to do <cfquery cachedwithin> ?
thanks
k
Kiriran Guest
-
Caching in FMS 2.0.4
Hi, We have set up FMS 2.0.4 and want to find out if caching capability is available in FMS and information regarding cache settings. Please let... -
enable query caching?
I want to cache a QoQ. I added cachedwithin="#CreateTimeSpan(0, 0, 5, 0)#" to the CFquery tag. This should cache for 5 minutes .. which should be... -
web svc caching
We are about to deploy our newly developed web svc, but since our svr is a laptop with limited resource and limited bandwidth, I guess I'll use a... -
Caching
I have a page were data can be filtered using up to 4 listboxes. Once someone does a filter, those parameters are saved so when they come back to... -
ASP Caching
Hello, I have a simple web form page in which I insert/update data to a database. The SQL code to insert data is written in a server side submit... -
MikerRoo #2
Re: query caching
First, you need to set the "Maximum number of cached queries" to a sufficient
number, greater than zero, in the CF administrator.
<cfcache action="cache"> caches coldfusion's html output it does not cache
queries.
If you use the cachedwithin attribute of CFquery, it will use cached versions
of that query when possible.
See the bottom of
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
wwhelp.htm?context=ColdFusion_Documentation&file=0 0001128.htm for more info.
Regards,
-- MikeR
MikerRoo Guest



Reply With Quote

