On Thursday, 6 February 2014 10:56:33 UTC+1, Parsifal wrote: > > At meanwhile let me know if my tought about caching is correct: somehow I > think Filesystem and database caching are pretty nonsense because they are > as slow as when we are not using cache at all or even slower. Am I right? > In general probably yes, but in specific cases I'd say: it depends. I can imagine cases where computing a result takes longer than retrieving it ready-made, even from a filesystem or a database.
About the use of Doctrine Common caching library: *"The Doctrine Common caching library was born from a need in the Doctrine2 ORM <http://www.doctrine-project.org/projects/orm> to allow caching of result sets. The library is independent and can be used in your own libraries and applications to implement caching."* from: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html -- 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.
