zend-cache has an adapter to use 50% of memory_limit of php.ini for caching, there is no such ability in doctrine cache beside Apc etc?
On Sat, Feb 15, 2014 at 11:50 PM, Marco Pivetta <[email protected]> wrote: > What is "memory_limit"? Doctrine\Common\Cache is just a series of adapters > that write/read single keys from different backends. How these backends are > configured is not up to doctrine. > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > > On 14 February 2014 14:05, Nima Sadjadi <[email protected]> wrote: > >> On wiki there is no info how can I use doctrine cache with memory_limit. >> Please advice how can I use the cache this way instead of Apc? >> >> -- >> 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. >> > > -- > 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. > -- 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.
