ColdBox Framework Forums Notification: Post to How should I handle a top menu bar?

Title: RE: How should I handle a top menu bar?
Thread: How should I handle a top menu bar?
Forum: Discussions
Conference: ColdBox
User: lmajano The difference is that you have access to the rc scope and the plugin's methods.
Also, you have the ability to cache those views by adding the cache parameters
to the renderview method. This is only available in the 2.6.0. So you can do:
renderView(view='tags/header',cache=true,cacheTimeout='30')

So now, I just
rendered and cache the view for 30 minutes. So whenever ANY
renderview('tags/header') is called, it will be pulling from cache.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=A10B7F1E-FF65-CEF6-65E92E6F5CD78F53