Example #1
0
 /**
  * Returns data from cache
  *
  * @param mixed $options
  *
  * @return mixed
  */
 public function getCache($options = array())
 {
     return $this->SubdomainsFolder->getCache($options);
 }