Snippet: PHP Snippet Clearning in-memory object cache
This is compatible with eZ Publish 4.
Clearing the cache
When looping over a big amount of content objects or tree nodes, fetch them in cycles of 100 or less and after each cycle, clear the in-memory object cache:
eZContentObject::clearCache();