Pinq\Providers\DSL\IQueryCompilerConfiguration::getCompiledQueryCache PHP Method

getCompiledQueryCache() public method

Gets the cache adapter to store the query templates and compiled queries.
public getCompiledQueryCache ( Pinq\Queries\ISourceInfo $sourceInfo ) : Pinq\Caching\ICacheAdapter
$sourceInfo Pinq\Queries\ISourceInfo
return Pinq\Caching\ICacheAdapter
    public function getCompiledQueryCache(Queries\ISourceInfo $sourceInfo);