Le 09/01/2014 12:49, Marco Pivetta a écrit :
Yes, you don't need the annotation cache if you are already caching mappings, since you won't hit the annotation driver again. The cached reader is mostly useful for when you don't use annotations for mappings.

The CachedReader is also useful when you have several tools reading annotations on the class: by using a single CachedReader for all of them, you ensure that you will always read the annotations only once for a given class.

--
Christophe | Stof

--
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to