LMongo\Query\Builder::getCacheKey PHP Метод

getCacheKey() публичный Метод

Get a unique cache key for the complete query.
public getCacheKey ( ) : string
Результат string
    public function getCacheKey()
    {
        return $this->cacheKey ?: $this->generateCacheKey();
    }
Builder