Monday 21 February 2005 2:15:28 am
Hi,
we're using ez 3.5
In the file "settings / viewcache.ini" SmartCacheClear is enabled : SmartCacheClear=enabled
t Here is the content of that file
"settings / override / viewcache.ini.append.php" :
[ViewCacheSettings]
SmartCacheClear=enabled
[rubrique]
ClearCacheMethod=clear_object_caches_only
[actualite]
DependentClassIdentifier[]
DependentClassIdentifier[]=rubrique
ClearCacheMethod=clear_object_and_parent_nodes_caches
[article]
DependentClassIdentifier[]
DependentClassIdentifier[]=rubrique
ClearCacheMethod=clear_object_and_parent_nodes_caches
[reference]
DependentClassIdentifier[]
DependentClassIdentifier[]=rubrique
ClearCacheMethod=clear_object_and_relating_objects_caches
[lien_web]
DependentClassIdentifier[]
DependentClassIdentifier[]=reference
ClearCacheMethod=clear_object_and_parent_nodes_caches
[image]
DependentClassIdentifier[]
DependentClassIdentifier[]=reference
ClearCacheMethod=clear_object_and_parent_nodes_caches
[fichier_flash]
DependentClassIdentifier[]
DependentClassIdentifier[]=reference
DependentClassIdentifier[]=article ClearCacheMethod=clear_object_and_parent_nodes_caches
When we try to add for example an "actualité" in the "actualite", the objetc does not appear on the website. We need to clear the cache to view it. So apparently, we're missing something. Any clue ?
|