/** * Sets cache ID * @param string $cacheId */ public static function setCacheId($cacheId = null) { self::$_cacheId = $cacheId; }