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


Fork me on GitHub