Make memcached client mockable..
Status: Beta
                
                Brought to you by:
                
                    timiscool999
                    
                
            MemcachedClient is currently a sealed class, and doesn't implement any interfaces. This kills the ability to unit test classes that depend on memcached independently of memcached. Suggest either making MemcachedClient unsealed, with mockable virtual methods, or (my preference) extracting an interface for mockery.
Logged In: NO
eburley@ittoolbox.com - forgot to include my email address.