Monday 26 June 2006 7:30:32 am
Hi there, The site I am currently working on has a class named product. Object of this class have several fields "price". The price vary in function of the user groups.
If you are not logged in, prices are not displayed. If you are logged in then, depending of the groups you belong to, a different price is displayed. It works well ... when ViewCaching is disabled. When viewCaching is enabled (cause I was ready to move onto prod), as the view is cached, it doesn't update. So before finding a fine solution, I was thinking of disabling ViewCache only for object of the product class. But couldn't find how and could not figure out if it is possible ? Any help ?
Thanks, Nicolas
|