MemcachedClient already has methods for getting a single key with gets/CAS, and for getting multiple keys without CAS. We need an additional getsBulk method which gets multiple keys with CAS identifiers. This can be a copy of getBulk with some minor changes to return the CAS identifiers.