Example #1
0
 /**
  * getter for going cache id
  *
  * @param bool $additionalCacheID
  * @return string
  */
 public function getCacheID($additionalCacheID = false)
 {
     return parent::getCacheID($additionalCacheID);
 }