Pages

Showing posts with label how to clear cached queries coldfusion. Show all posts
Showing posts with label how to clear cached queries coldfusion. Show all posts

Wednesday, November 11, 2015

how to clear cached queries coldfusion

how to clear cached queries coldfusion

<cfloop index="cache" array="#cacheGetAllIds()#">
<cfset cacheRemove(cache)>
</cfloop>


http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec1f1ac-7fd8.html