TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Dbal\QueryCache Class Reference
Inheritance diagram for TYPO3\CMS\Dbal\QueryCache:
tx_dbal_querycache

Static Public Member Functions

static getCacheKey ($config)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Cache engine helper for generated queries.

Author
Xavier Perseguers xavie.nosp@m.r@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 21 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 29 of file QueryCache.php.

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