> Is this more clear?
Yep, still
for the tree cache i suppose you want to ask for a special tree (lets
say navigation)
so I suspect that the cache entry would be named like that
treeCache.get("navigation");
if that fails the treeCache needs to create a set of multilevel queries?So what you actually are asking is to add an extra layer of logic with it's own caching (like in mmbob)?
