MemcacheBundle icon indicating copy to clipboard operation
MemcacheBundle copied to clipboard

A Memcached service for Symfony

Results 2 MemcacheBundle issues
Sort by recently updated
recently updated
newest added

Hello, This PR makes `MockMemcache` class extend real `Memcached` class in order to be safely substituted in injections with strong typing. Consider following simple example: ``` php class ClassUsingMemcached {...