Owl\Services\StockService::getRankingWithCache PHP Méthode

getRankingWithCache() public méthode

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