Owl\Repositories\StockRepositoryInterface::getRecentRankingWithCache PHP Méthode

getRecentRankingWithCache() public méthode

Get recent ranking data from cache.
public getRecentRankingWithCache ( $limit, $dayPeriod ) : array
$limit int limit date
$dayPeriod int day period
Résultat array
    public function getRecentRankingWithCache($limit, $dayPeriod);