ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
VariableCache.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Services\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
}
ILIAS\Services\UICore\Cache\VariableCache
Definition:
VariableCache.php:25
ILIAS\Services\UICore\Cache\VariableCache\getContainerKey
getContainerKey()
Definition:
VariableCache.php:27
Request
ServerRequestInterface
ILIAS\Services\UICore\Cache
Definition:
BlockCache.php:21
ILIAS\Services\UICore\Cache\VariableCache\isForced
isForced()
Definition:
VariableCache.php:32
Services
UICore
classes
Cache
VariableCache.php
Generated on Wed Sep 10 2025 14:12:00 for ILIAS by
1.8.13 (using
Doxyfile
)