protected function cas($casToken, $key, $value, $exptime = 0)
 {
     return $this->client->cas($casToken, $this->validateKeyEncoding($key), $value, $this->fixExpiry($exptime));
 }