quickView() - Caching and additional arguments

Hi again,

one more question regarding the quickView()

cb.quickView(view=’_template’,cache=true,args={someFlag=true})
cb.quickView(view=’_template’,cache=true,args={someFlag=false})

When caching is enabled, I always get the same cached object. No matter what additional argument is defined. Is this the intended behavior ?

Cheers Andy