// set .cache unless explicitly provided
opts.cache = null == opts.cache
? this.enabled('view cache')
: opts.cache;
express 4.x application.js app.render()方法中的设置。
opts.cache = null == opts.cache
? this.enabled('view cache')
: opts.cache;
express 4.x application.js app.render()方法中的设置。
