TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface:
TYPO3\CMS\Core\Cache\Backend\BackendInterface TYPO3\CMS\Core\Cache\Backend\ApcBackend TYPO3\CMS\Core\Cache\Backend\ApcuBackend TYPO3\CMS\Core\Cache\Backend\FileBackend TYPO3\CMS\Core\Cache\Backend\MemcachedBackend TYPO3\CMS\Core\Cache\Backend\NullBackend TYPO3\CMS\Core\Cache\Backend\PdoBackend TYPO3\CMS\Core\Cache\Backend\RedisBackend TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend TYPO3\CMS\Core\Cache\Backend\WincacheBackend TYPO3\CMS\Core\Cache\Backend\XcacheBackend

Public Member Functions

 flushByTag ($tag)
 
 findIdentifiersByTag ($tag)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Cache\Backend\BackendInterface
 setCache (\TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache)
 
 set ($entryIdentifier, $data, array $tags=[], $lifetime=null)
 
 get ($entryIdentifier)
 
 has ($entryIdentifier)
 
 remove ($entryIdentifier)
 
 flush ()
 
 collectGarbage ()
 

Detailed Description

A contract for a cache backend which supports tagging.

Definition at line 18 of file TaggableBackendInterface.php.

Member Function Documentation

◆ findIdentifiersByTag()

TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface::findIdentifiersByTag (   $tag)

◆ flushByTag()