/**
  * Sets the time to live for the cache, in seconds or a unix timestamp indicating the point of expiry.
  *
  * @since 1.20
  *
  * @param integer $cacheExpiry
  */
 public function setExpiry($cacheExpiry)
 {
     $this->cacheHelper->setExpiry($cacheExpiry);
 }