RE: [coldbox:16260] 3.5.2 - Accessing Cachebox in non injected CFC

The ColdBox.cfc config file does not extend the super type class. It is bootstrapped up before the framework is fully running.
Also, don’t forget that CacheBox caches have their own interception points you can tap into. If there’s something you want to run as soon as a cache is registered, try afterCacheRegistration. Check the cache name in the interception data and populate away if it is the cache you want to populate.

http://wiki.coldbox.org/wiki/CacheBox.cfm#CacheBox_Events

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com