Example #1
0
 /**
  * Returns key for cache of specified options
  *
  * @var mixed $options
  * @return bool|string
  */
 public function getCacheKey($options = array())
 {
     return $this->SubdomainsFolder->getCacheKey($options);
 }