LMongo\Query\Builder::getCacheKey PHP Method

getCacheKey() public method

Get a unique cache key for the complete query.
public getCacheKey ( ) : string
return string
    public function getCacheKey()
    {
        return $this->cacheKey ?: $this->generateCacheKey();
    }
Builder