Owl\Repositories\Eloquent\StockRepository::getRecentRankingWithCache PHP Метод

getRecentRankingWithCache() публичный Метод

Get recent ranking data from cache.
public getRecentRankingWithCache ( $limit, $dayPeriod ) : array
$limit int limit date
$dayPeriod int day period
Результат array
    public function getRecentRankingWithCache($limit, $dayPeriod)
    {
        $result = $this->getRankingStockList($limit, $dayPeriod);
        return $result;
    }