Forums / Developer / Removing related objects and cache problem...

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Removing related objects and cache problem...

Author Message

Joan Roca

Tuesday 21 November 2006 3:38:18 am

I have this situation:

I have an object A that has an object relation with another object B. A is related with B or B is reverse related with A. In the template view of B, B shows his reverse related objects, so object A is shown. Now, when I remove A relation to B, B is still showing A. I tried to activate smartcache like this:

[A_identifier]
DependentClassIdentifier[]
DependentClassIdentifier[]=B_identifier
ClearCacheMethod=clear_object_and_relating_objects_caches

but it still doesnt work.

any ideas?