Forums / Setup & design / ez 4.2 caching embedded object

"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".

ez 4.2 caching embedded object

Author Message

Joël LEGER

Monday 31 January 2011 10:01:44 am

hi,

i try to clean the cache of an embeded object with smart view cache cleaning.

the object is in Media section like this :

Files > folder 1 > folder 2 > folder 3 > object (class identifier : implantation)

and this object is embedded in an XML bloc attribute of another object (class identifier : article) in the standard section, i try this :

"

 

[ViewCacheSettings]

 

ClearRelationTypes[]=common

 

ClearRelationTypes[]=reverse_common

 

ClearRelationTypes[]=reverse_embedded

 

ClearRelationTypes[]=reverse_attribute

 

ClearRelationTypes[]=embedded

 

SmartCacheClear=enabled

[implantation]

 

DependentClassIdentifier[]=folder

 

ClearCacheMethod[]=relating

 

ClearCacheMethod[]=object

 

ClearCacheMethod[]=parent

"