/home/techb158/immovalet.com/platform/packages/page/src/Repositories/Caches
Edit: /home/techb158/immovalet.com/platform/packages/page/src/Repositories/Caches/PageCacheDecorator.php (1105B)
getDataIfExistCache(__FUNCTION__, func_get_args());
}
/**
* {@inheritDoc}
*/
public function getFeaturedPages($limit)
{
return $this->getDataIfExistCache(__FUNCTION__, func_get_args());
}
/**
* {@inheritDoc}
*/
public function whereIn($array, $select = [])
{
return $this->getDataIfExistCache(__FUNCTION__, func_get_args());
}
/**
* {@inheritDoc}
*/
public function getSearch($query, $limit = 10)
{
return $this->getDataIfExistCache(__FUNCTION__, func_get_args());
}
/**
* {@inheritDoc}
*/
public function getAllPages($active = true)
{
return $this->getDataIfExistCache(__FUNCTION__, func_get_args());
}
}