protected function makeQueryKey(SelectQuery $query, $suffix)
 {
     return parent::makeQueryKey($query, $suffix) . $this->getLayerId();
 }