I pretty sure that coldfusion hasn’t got a cfscript alternative for the <cfobjectcache> tag, but I was wondering if I can do the same as <cfobjectcache action="clear"> in cfscript. Any ideas?
I pretty sure that coldfusion hasn’t got a cfscript alternative for the <cfobjectcache> tag,
Share
The ObjectCacheTag on
action="clear"calls purgeQueryCache() on the DataSourceService, exposed from the ServiceFactory.This is how it works in CF8, CF9 and CF10