In-memory object cache
Ceci est un article Stub. Aidez la communauté: développez-le.
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:
include_once( 'kernel/classes/ezcontentobject.php' ); eZContentObject::clearCache();