Nextras\Orm\Model\IModel::clearIdentityMapAndCaches PHP Метод

clearIdentityMapAndCaches() публичный Метод

Clears repository identity map and other possible caches. Make sure that all references to already used entites are released, this makes possible to free the memory for garbage collector. Orm will not allow you to work with these entities anymore.
public clearIdentityMapAndCaches ( $areYouSure )
    public function clearIdentityMapAndCaches($areYouSure);