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

public getCompiledQueryCache ( Pinq\Queries\ISourceInfo $sourceInfo ) : SpyingCache
$sourceInfo Pinq\Queries\ISourceInfo
Результат SpyingCache
Пример #1
0
 protected function setUp()
 {
     parent::setUp();
     /** @var $provider Implementation\DummyDSLQueryProvider */
     $provider = $this->queryable->getProvider();
     $this->compilerConfiguration = $provider->getCompilerConfiguration();
     $this->compiledQueryCache = $this->compilerConfiguration->getCompiledQueryCache($this->queryable->getSourceInfo());
 }