Friday 05 December 2008 1:31:04 am
I think you should define some rules in viewcache.ini.append.php to solve this. you should delete the {set-block scope=root variable=cache_ttl}0{/set-block} at the top. and tell ez to clear the cache for this page only if a new is published. Take a look at http://ez.no/doc/ez_publish/technical_manual/4_0/features/view_caching/smart_view_cache_cleaning So, you can try something like
[article]
AdditionalObjectIDs[]
AdditionalObjectIDs[]=64
where "article" is the identifier of your "news" class and 64 is the object id of the node where you have that news list. This way, viewcache for this node will be cleaned only when you publish a new. Hope it helps.
|