Thursday 30 June 2011 7:02:43 am
Hi, I wrote a template that fetch a lot of objects. For each one, I must display one of its attribute, so I use data_map template attribute. Problem : each time I call data_map attribute of my objects, eZ Publish seems to cache those data into a global PHP variable. This variable grows until the PHP script dies due to memory exceed limit. Question : Is there a way to clean the object cache within a template like I can do in PHP (eZContentObject::resetDataMap() or eZContentObject::clearCache()) ? Thanks
|