Dave Burns
Member since May 13, 2011
- Profile: /members/8323-dave-burns.htm
- Comments: 2
Recent Blog Comments By Dave Burns
-
Ask Ben: Environment-Based Application.cfc Settings
Posted on May 16, 2011 at 2:59 PM
Ah, I misunderstood something you said above. When you say that "all subsequent method requests will simply return the cached setting structure," you mean *within the same HTTP request*. That cached config will still be rebuilt once for every request though.... read more »
-
Ask Ben: Environment-Based Application.cfc Settings
Posted on May 13, 2011 at 3:30 PM
Ben - Can you fill in a gap on my understanding of the Application.cfc lifecycle? My understanding is that a new instance of the App.cfc object is created with every web hit. So looking through your example above, how can the config structure ever actually be pulled from the cache since the 'this' ... read more »