Owl\Services\StockService::getRankingWithCache PHP Method

getRankingWithCache() public method

Get ranking data from cache.
public getRankingWithCache ( $limit ) : array
$limit int limit date
return array
    public function getRankingWithCache($limit)
    {
        return $this->stockRepo->getRankingWithCache($limit);
    }