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

getCacheKey() public méthode

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