3405aee2ab
Motivation: Current AbstractMemcacheObjectEncoder does unnecessary message type checking if the message is MemcacheMessage type. Modifications: Returns after encoding MemcacheMessage message. Result: Small performance improvement for this encoder.