Forums / Setup & design / Cache doesn't refresh properly on a fetch/tree
Xavier Dutoit
Wednesday 19 October 2005 5:49:22 am
Hello,
On several pages, I have lists of the latest items of one type (eg the latest links)
{set news_list=fetch( content, tree, hash( parent_node_id, $parentnode_id, limit, $limit,sort_by, array( published, false()),'main_node_only',true(), 'class_filter_type', 'include','class_filter_array', $include_classes ) )}
The pages containing these lists aren't cleared when a new content is published (or not always). Is there a setting to force the clear of these pages ?
X+
http://www.sydesy.com
Marko Žmak
Wednesday 19 October 2005 6:29:53 am
Maybe this has something to do with PreviewCache? I noticed that sometimes in the admin interface objects don't appear when they are published if PreviewCache is enabled.
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Wednesday 19 October 2005 7:01:58 am
Hi Marko,
I don't think that's the issue, as the content is submitted from the public website (by anonymous users), and approved on the workflow.
I've tried to change the Previewcache settings. No difference.
Any other suggestion ?
Roy Bøhmer
Thursday 20 October 2005 3:15:09 am
I experienced a similar problem. It turned out to be the Smart viewcache cleaning system that wasnt set up properly in viewchache.ini. See http://ez.no/products/ez_publish_cms/documentation/incoming/smart_viewcache_cleaning_system.
Well, thats my best shot.
roy