Checks if the cache region exists.
cacheRegionExists(region)
→ returns boolean
Checking to see if the region is present in the cache
<cfif NOT cacheRegionExists('testregion')>
<cfset cacheRegionNew('testregion')>
</cfif>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.