TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Dbal\QueryCache Class Reference

Static Public Member Functions

static getCacheKey ($config)
 

Detailed Description

Cache engine helper for generated queries.

Definition at line 20 of file QueryCache.php.

Member Function Documentation

◆ getCacheKey()

static TYPO3\CMS\Dbal\QueryCache::getCacheKey (   $config)
static

Returns a proper cache key.

Parameters
mixed$config
Returns
void

Definition at line 28 of file QueryCache.php.

Referenced by TYPO3\CMS\Dbal\Database\DatabaseConnection\prepare_SELECTquery().