Clears all caches or the specified cache
systemCacheClear([cacheName])
→ returns void
all
template
page
component
cfc
class
customtag
ct
query
object
tag
function
Clear all caches.
systemCacheClear();
Clear the template cache.
systemCacheClear("template");