ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
VariableCache.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\UICore\Cache
;
22
23
use
ILIAS\Cache\Container\Request
;
24
25
class
VariableCache
implements
Request
26
{
27
public
function
getContainerKey
(): string
28
{
29
return
'tpl_variables'
;
30
}
31
32
public
function
isForced
(): bool
33
{
34
return
false
;
35
}
36
}
Request
ServerRequestInterface
ILIAS\components\UICore\Cache\VariableCache\getContainerKey
getContainerKey()
Definition:
VariableCache.php:27
ILIAS\components\UICore\Cache
Definition:
BlockCache.php:21
ILIAS\components\UICore\Cache\VariableCache\isForced
isForced()
Definition:
VariableCache.php:32
ILIAS\components\UICore\Cache\VariableCache
Definition:
VariableCache.php:25
components
ILIAS
UICore
classes
Cache
VariableCache.php
Generated on Sun Aug 31 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)