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
FrontendInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\Cache\Frontend
;
3
22
interface
FrontendInterface
23
{
27
const
TAG_CLASS
=
'%CLASS%'
;
31
const
TAG_PACKAGE
=
'%PACKAGE%'
;
35
const
PATTERN_ENTRYIDENTIFIER
=
'/^[a-zA-Z0-9_%\\-&]{1,250}$/'
;
39
const
PATTERN_TAG
=
'/^[a-zA-Z0-9_%\\-&]{1,250}$/'
;
46
public
function
getIdentifier
();
47
53
public
function
getBackend
();
54
65
public
function
set
($entryIdentifier, $data, array $tags = array(), $lifetime = NULL);
66
74
public
function
get
($entryIdentifier);
75
83
public
function
getByTag
($tag);
84
92
public
function
has
($entryIdentifier);
93
100
public
function
remove
($entryIdentifier);
101
107
public
function
flush
();
108
116
public
function
flushByTag
($tag);
117
124
public
function
collectGarbage
();
125
133
public
function
isValidEntryIdentifier
($identifier);
134
142
public
function
isValidTag
($tag);
143
144
}
TYPO3\CMS\Core\Cache\Frontend
Definition:
AbstractFrontend.php:2
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\getBackend
getBackend()
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\flush
flush()
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\PATTERN_TAG
const PATTERN_TAG
Definition:
FrontendInterface.php:39
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\PATTERN_ENTRYIDENTIFIER
const PATTERN_ENTRYIDENTIFIER
Definition:
FrontendInterface.php:35
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\getIdentifier
getIdentifier()
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
Definition:
FrontendInterface.php:22
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\TAG_CLASS
const TAG_CLASS
Definition:
FrontendInterface.php:27
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\TAG_PACKAGE
const TAG_PACKAGE
Definition:
FrontendInterface.php:31
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\isValidTag
isValidTag($tag)
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\getByTag
getByTag($tag)
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\collectGarbage
collectGarbage()
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\flushByTag
flushByTag($tag)
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\has
has($entryIdentifier)
TYPO3\CMS\Core\Cache\Frontend\FrontendInterface\isValidEntryIdentifier
isValidEntryIdentifier($identifier)
typo3
sysext
core
Classes
Cache
Frontend
FrontendInterface.php
Generated on Wed Aug 7 2019 09:52:20 for TYPO3 CMS by
1.8.13