/**
  * Drops the value specified by the key
  * @return CachePeer
  */
 function drop($key)
 {
     return $this->peer->drop($this->mangleKey($key));
 }