‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\BackendConfigurationOptionFixture Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\BackendConfigurationOptionFixture:
TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\BackendFixture TYPO3\CMS\Core\Cache\Backend\BackendInterface

Public Member Functions

 __construct ($context, array $options=[])
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\BackendFixture
 setCache (FrontendInterface $cache)
 
 set ($entryIdentifier, $data, array $tags=[], $lifetime=null)
 
 get ($entryIdentifier)
 
 has ($entryIdentifier)
 
 remove ($entryIdentifier)
 
 flush ()
 
 collectGarbage ()
 

Detailed Description

Definition at line 20 of file BackendConfigurationOptionFixture.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\BackendConfigurationOptionFixture::__construct (   $context,
array  $options = [] 
)

Test if constructor receives backend options

Parameters
string$context‪Unused, for backward compatibility only
array$optionsConfiguration options - depends on the actual backend

Definition at line 28 of file BackendConfigurationOptionFixture.php.