Thursday 18 October 2007 8:31:10 am
Hi, I have a site that is user custom attribute dependent, for the cache block I don't have any trouble, I use like this and works well for each user:
{cache-block keys=array($current_user.contentobject.data_map.mysetting.content)}
.......
{/cache-block}
The problem is regarding the view cahe in {$module_result}, all the users have the same group and permissions, so I guess that it's why once the cache is build all the users will shares the same setting....and this is wrong for my site. Is that possible to control view cache like we do with cache-blocks? Or like we do to user country or user currency but this time with a custom attribute?
Thx PiR
|