ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
BlockCache.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
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
}
Request
ServerRequestInterface
ILIAS\Services\UICore\Cache
Definition:
BlockCache.php:21
ILIAS\Services\UICore\Cache\BlockCache
Definition:
BlockCache.php:25
ILIAS\Services\UICore\Cache\BlockCache\getContainerKey
getContainerKey()
Definition:
BlockCache.php:27
ILIAS\Services\UICore\Cache\BlockCache\isForced
isForced()
Definition:
BlockCache.php:32
Services
UICore
classes
Cache
BlockCache.php
Generated on Wed Sep 10 2025 14:12:00 for ILIAS by
1.8.13 (using
Doxyfile
)