TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
NullBackend.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\Cache\Backend
;
3
25
class
NullBackend
extends
\TYPO3\CMS\Core\Cache\Backend\AbstractBackend
implements
\TYPO3\CMS\Core\Cache\Backend\PhpCapableBackendInterface
,
\TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface
{
26
37
public
function
set
($entryIdentifier, $data, array $tags = array(), $lifetime = NULL) {
38
39
}
40
47
public
function
setCompression
($compression) {
48
49
}
50
58
public
function
get
($entryIdentifier) {
59
return
FALSE;
60
}
61
69
public
function
has
($entryIdentifier) {
70
return
FALSE;
71
}
72
80
public
function
remove
($entryIdentifier) {
81
return
FALSE;
82
}
83
91
public
function
findIdentifiersByTag
($tag) {
92
return
array();
93
}
94
101
public
function
flush
() {
102
103
}
104
112
public
function
flushByTag
($tag) {
113
114
}
115
122
public
function
collectGarbage
() {
123
124
}
125
133
public
function
requireOnce
($identifier) {
134
135
}
136
137
}
TYPO3\CMS\Core\Cache\Backend\AbstractBackend
Definition:
AbstractBackend.php:26
TYPO3\CMS\Core\Cache\Backend\NullBackend\findIdentifiersByTag
findIdentifiersByTag($tag)
Definition:
NullBackend.php:91
TYPO3\CMS\Core\Cache\Backend
Definition:
AbstractBackend.php:2
TYPO3\CMS\Core\Cache\Backend\PhpCapableBackendInterface
Definition:
PhpCapableBackendInterface.php:23
TYPO3\CMS\Core\Cache\Backend\NullBackend\flush
flush()
Definition:
NullBackend.php:101
TYPO3\CMS\Core\Cache\Backend\NullBackend\setCompression
setCompression($compression)
Definition:
NullBackend.php:47
TYPO3\CMS\Core\Cache\Backend\TaggableBackendInterface
Definition:
TaggableBackendInterface.php:18
TYPO3\CMS\Core\Cache\Backend\NullBackend\collectGarbage
collectGarbage()
Definition:
NullBackend.php:122
TYPO3\CMS\Core\Cache\Backend\NullBackend
Definition:
NullBackend.php:25
TYPO3\CMS\Core\Cache\Backend\NullBackend\flushByTag
flushByTag($tag)
Definition:
NullBackend.php:112
TYPO3\CMS\Core\Cache\Backend\NullBackend\requireOnce
requireOnce($identifier)
Definition:
NullBackend.php:133
TYPO3\CMS\Core\Cache\Backend\NullBackend\has
has($entryIdentifier)
Definition:
NullBackend.php:69
typo3
sysext
core
Classes
Cache
Backend
NullBackend.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13