cfdocs

componentCacheList

This function Lists elements in the component path cache.

componentCacheList()
returns struct

Simple Tag Example

Dumps a struct of components in the cache

<cfset c = componentCacheList() />
<cfdump var="#c#" />

Expected Result: struct

Simple Script Example

Dumps a struct of components in the cache

c = componentCacheList();
dump(c);

Expected Result: struct