Owl\Services\StockService::getRecentRankingWithCache PHP Method

getRecentRankingWithCache() public method

Get recent ranking data from cache.
public getRecentRankingWithCache ( $limit, $dayPeriod ) : array
$limit int limit date
$dayPeriod int day period
return array
    public function getRecentRankingWithCache($limit, $dayPeriod)
    {
        return $this->stockRepo->getRecentRankingWithCache($limit, $dayPeriod);
    }