‪TYPO3CMS  10.4
FrontendFixture.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
19 
24 {
28  protected ‪$identifier;
29 
30  public function ‪__construct(‪$identifier)
31  {
32  $this->identifier = ‪$identifier;
33  }
34 
35  public function ‪getIdentifier()
36  {
37  return ‪$this->identifier;
38  }
39 
40  public function ‪getBackend()
41  {
42  }
43 
44  public function set($entryIdentifier, $data, array $tags = [], $lifetime = null)
45  {
46  }
47 
48  public function get($entryIdentifier)
49  {
50  }
51 
52  public function ‪has($entryIdentifier)
53  {
54  }
55 
56  public function remove($entryIdentifier)
57  {
58  }
59 
60  public function ‪flush()
61  {
62  }
63 
64  public function ‪flushByTag($tag)
65  {
66  }
67 
68  public function ‪flushByTags(array $tags)
69  {
70  }
71 
72  public function ‪collectGarbage()
73  {
74  }
75 
77  {
78  }
79 
80  public function ‪isValidTag($tag)
81  {
82  }
83 }
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\isValidTag
‪isValidTag($tag)
Definition: FrontendFixture.php:79
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture
Definition: FrontendFixture.php:24
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\__construct
‪__construct($identifier)
Definition: FrontendFixture.php:29
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\has
‪has($entryIdentifier)
Definition: FrontendFixture.php:51
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\getBackend
‪getBackend()
Definition: FrontendFixture.php:39
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\$identifier
‪string $identifier
Definition: FrontendFixture.php:27
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\getIdentifier
‪getIdentifier()
Definition: FrontendFixture.php:34
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\flushByTag
‪flushByTag($tag)
Definition: FrontendFixture.php:63
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures
Definition: BackendConfigurationOptionFixture.php:16
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\flush
‪flush()
Definition: FrontendFixture.php:59
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\collectGarbage
‪collectGarbage()
Definition: FrontendFixture.php:71
‪TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
Definition: FrontendInterface.php:22
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\isValidEntryIdentifier
‪isValidEntryIdentifier($identifier)
Definition: FrontendFixture.php:75
‪TYPO3\CMS\Core\Tests\Unit\Cache\Fixtures\FrontendFixture\flushByTags
‪flushByTags(array $tags)
Definition: FrontendFixture.php:67