LMongo\Query\Builder::getCacheInfo PHP Méthode

getCacheInfo() protected méthode

Get the cache key and cache minutes as an array.
protected getCacheInfo ( ) : array
Résultat array
    protected function getCacheInfo()
    {
        return array($this->getCacheKey(), $this->cacheMinutes);
    }
Builder