Hello,

The documentation lists APC, memcache, Memcached, Xcache, Redis as caching 
systems.
I am surprised that a simple Filesystem cache is not even included (even 
though I know there's one provided)

http://doctrine-orm.readthedocs.org/en/latest/reference/caching.html?highlight=cache#cache-drivers

Although many frameworks use the filesystem as a default cache, e.g. :

*** Laravel's default cache: http://laravel.com/docs/cache
  "By default, Laravel is configured to use the file cache driver"


*** Zend Framework's default cache also used to be the filesystem (ZF1, don't 
know about ZF2)


Why is Doctrine different in that way? Storing data to file and read it seems a 
very cheap operation (just like including a file/class).


Thank you for any clarifiications.

-- 
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/d/optout.

Reply via email to