cacheGetEngineProperties

Returns some properties of the cache engine

cacheGetEngineProperties() → returns struct

This function requires Adobe ColdFusion 2018 and up.  Not supported on Lucee, etc.

Links more information about cacheGetEngineProperties

Examples
Sample code invoking the cacheGetEngineProperties function

Pick the 'name' property from the cache engine property structure

writeOutput(cacheGetEngineProperties().name);

Expected Result: Ehcache

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub