ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
BlockCache.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
BlockCache
implements
Request
26
{
27
public
function
getContainerKey
(): string
28
{
29
return
'tpl_blocks'
;
30
}
31
32
public
function
isForced
(): bool
33
{
34
return
false
;
35
}
36
}
ILIAS\components\UICore\Cache\BlockCache
Definition:
BlockCache.php:26
ILIAS\components\UICore\Cache\BlockCache\isForced
isForced()
Definition:
BlockCache.php:32
ILIAS\components\UICore\Cache\BlockCache\getContainerKey
getContainerKey()
Definition:
BlockCache.php:27
ILIAS\Cache\Container\Request
Definition:
Request.php:27
ILIAS\components\UICore\Cache
Definition:
BlockCache.php:21
components
ILIAS
UICore
classes
Cache
BlockCache.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)