TYPO3 CMS  TYPO3_6-2
t3lib_cache_backend_RedisBackend Class Reference
Inheritance diagram for t3lib_cache_backend_RedisBackend:
TYPO3\CMS\Core\Cache\Backend\RedisBackend 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\RedisBackend
 __construct ($context, array $options=array())
 
 initializeObject ()
 
 setHostname ($hostname)
 
 setPort ($port)
 
 setDatabase ($database)
 
 setPassword ($password)
 
 setCompression ($compression)
 
 setCompressionLevel ($compressionLevel)
 
 set ($entryIdentifier, $data, array $tags=array(), $lifetime=NULL)
 
 get ($entryIdentifier)
 
 has ($entryIdentifier)
 
 remove ($entryIdentifier)
 
 findIdentifiersByTag ($tag)
 
 flush ()
 
 flushByTag ($tag)
 
 collectGarbage ()
 
- 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\RedisBackend
const FAKED_UNLIMITED_LIFETIME = 31536000
 
const IDENTIFIER_DATA_PREFIX = 'identData:'
 
const IDENTIFIER_TAGS_PREFIX = 'identTags:'
 
const TAG_IDENTIFIERS_PREFIX = 'tagIdents:'
 
- 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\RedisBackend
 removeIdentifierEntriesAndRelations (array $identifiers, array $tags)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\AbstractBackend
 calculateExpiryTime ($lifetime=NULL)
 
- Protected Attributes inherited from TYPO3\CMS\Core\Cache\Backend\RedisBackend
 $redis
 
 $connected = FALSE
 
 $hostname = '127.0.0.1'
 
 $port = 6379
 
 $database = 0
 
 $password = ''
 
 $compression = FALSE
 
 $compressionLevel = -1
 
- 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 757 of file LegacyClassesForIde.php.