LMongo\Query\Builder::getCacheInfo PHP Method

getCacheInfo() protected method

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