‪TYPO3CMS  ‪main
NullBackend.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 
22 {
31  public function set($entryIdentifier, $data, array $tags = [], $lifetime = null) {}
32 
38  public function ‪setCompression($compression) {}
39 
46  public function get($entryIdentifier)
47  {
48  return false;
49  }
50 
57  public function ‪has($entryIdentifier)
58  {
59  return false;
60  }
61 
68  public function remove($entryIdentifier)
69  {
70  return false;
71  }
72 
79  public function ‪findIdentifiersByTag($tag)
80  {
81  return [];
82  }
83 
87  public function ‪flush() {}
88 
94  public function ‪flushByTag($tag) {}
95 
99  public function ‪collectGarbage() {}
100 
108  {
109  return false;
110  }
111 
118  public function require(string ‪$identifier)
119  {
120  return false;
121  }
122 }
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\flush
‪flush()
Definition: NullBackend.php:87
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\requireOnce
‪bool requireOnce($identifier)
Definition: NullBackend.php:107
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\findIdentifiersByTag
‪array findIdentifiersByTag($tag)
Definition: NullBackend.php:79
‪TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface
Definition: TaggableBackendInterface.php:22
‪TYPO3\CMS\Core\Cache\Backend\PhpCapableBackendInterface
Definition: PhpCapableBackendInterface.php:23
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\has
‪bool has($entryIdentifier)
Definition: NullBackend.php:57
‪TYPO3\CMS\Core\Cache\Backend\NullBackend
Definition: NullBackend.php:22
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\flushByTag
‪flushByTag($tag)
Definition: NullBackend.php:94
‪TYPO3\CMS\Core\Cache\Backend\AbstractBackend
Definition: AbstractBackend.php:28
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\setCompression
‪setCompression($compression)
Definition: NullBackend.php:38
‪TYPO3\CMS\Core\Cache\Backend
Definition: AbstractBackend.php:16
‪TYPO3\CMS\Core\Cache\Backend\NullBackend\collectGarbage
‪collectGarbage()
Definition: NullBackend.php:99
‪TYPO3\CMS\Webhooks\Message\$identifier
‪identifier readonly string $identifier
Definition: FileAddedMessage.php:37