TYPO3 CMS  TYPO3_6-2
t3lib_cache_backend_DbBackend Class Reference
Inheritance diagram for t3lib_cache_backend_DbBackend:
TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend TYPO3\CMS\Core\Cache\Backend\AbstractBackend TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface TYPO3\CMS\Core\Cache\Backend\BackendInterface TYPO3\CMS\Core\Cache\Backend\BackendInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend
 setCache (\TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache)
 
 set ($entryIdentifier, $data, array $tags=array(), $lifetime=NULL)
 
 get ($entryIdentifier)
 
 has ($entryIdentifier)
 
 remove ($entryIdentifier)
 
 findIdentifiersByTag ($tag)
 
 flush ()
 
 flushByTag ($tag)
 
 collectGarbage ()
 
 getCacheTable ()
 
 getTagsTable ()
 
 setCompression ($compression)
 
 setCompressionLevel ($compressionLevel)
 
 getTableDefinitions ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\AbstractBackend
 __construct ($context, array $options=array())
 
 setCache (\TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache)
 
 setDefaultLifetime ($defaultLifetime)
 
- Public Attributes inherited from TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend
const FAKED_UNLIMITED_EXPIRE = 2145909600
 
- Public Attributes inherited from TYPO3\CMS\Core\Cache\Backend\AbstractBackend
const DATETIME_EXPIRYTIME_UNLIMITED = '9999-12-31T23:59:59+0000'
 
const UNLIMITED_LIFETIME = 0
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend
 initializeCommonReferences ()
 
 throwExceptionIfFrontendDoesNotExist ()
 
 isConnectionMysql ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\AbstractBackend
 calculateExpiryTime ($lifetime=NULL)
 
- Protected Attributes inherited from TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend
 $cacheTable
 
 $tagsTable
 
 $compression = FALSE
 
 $compressionLevel = -1
 
 $identifierField
 
 $expiresField
 
 $maximumLifetime
 
 $notExpiredStatement
 
 $expiredStatement
 
 $tableList
 
 $tableJoin
 
- Protected Attributes inherited from TYPO3\CMS\Core\Cache\Backend\AbstractBackend
 $cache
 
 $cacheIdentifier
 
 $context
 
 $defaultLifetime = 3600
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 767 of file LegacyClassesForIde.php.