/**
  * @param string $key
  * @return string
  */
 protected function cacheKey($key)
 {
     $key = parent::cacheKey($key);
     return "{$key}-{$this->nodeSchemaVersion}";
 }