Pinq\Caching\IQueryCache::tryGet PHP Метод

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

Attempt to get the cached query of the supplied hash.
public tryGet ( string $hash ) : Pinq\Queries\IQuery | null
$hash string
Результат Pinq\Queries\IQuery | null
    public function tryGet($hash);