Whatever message this page gives is out now! Go check it out!
CacheGetEngineProperties()<cfscript>
WriteDump(CacheGetEngineProperties()); // Returns the properties of the cache engine
WriteOutput("The caching engine currently used is: " & CacheGetEngineProperties().name); // Returns the name of the cache engine
</cfscript>