Forums / Setup & design / Removing related objects and cache

Removing related objects and cache

Author Message

Joan Roca

Monday 20 November 2006 4:30:29 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?

many thanks