mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Added Memcached cache provider #120

Closed boris-glumpler closed 9 years ago

boris-glumpler commented 9 years ago

As the title says, just added Memcached. Memcache is quite outdated, so I reckon more people will have Memcached installed. I've obviously left Memcache in there. Why anybody would use it is beyond me, tho :)

kirkbushell commented 9 years ago

What's the difference between the memcache and mechached drivers?

boris-glumpler commented 9 years ago

One uses Memcache, the other Memcached :) Memcached is basically the improved version of Memcache. Have a look here: http://doctrine-orm.readthedocs.org/en/latest/reference/caching.html

Sent by iPhone.

On 13 Apr 2015, at 12:47, Kirk Bushell notifications@github.com wrote:

What's the difference between the memcache and mechached drivers?

— Reply to this email directly or view it on GitHub.

boris-glumpler commented 9 years ago

Laravel only supports Memcached, btw, so supporting Memcache here doesn't actually make much sense.

Sent by iPhone.

On 13 Apr 2015, at 12:47, Kirk Bushell notifications@github.com wrote:

What's the difference between the memcache and mechached drivers?

— Reply to this email directly or view it on GitHub.