ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Cache\Container\BaseRequest Class Reference
+ Inheritance diagram for ILIAS\Cache\Container\BaseRequest:
+ Collaboration diagram for ILIAS\Cache\Container\BaseRequest:

Public Member Functions

 __construct (private string $container_key, private bool $forced=false)
 
 getContainerKey ()
 
 isForced ()
 
 getContainerKey ()
 
 isForced ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 26 of file BaseRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Cache\Container\BaseRequest::__construct ( private string  $container_key,
private bool  $forced = false 
)

Definition at line 28 of file BaseRequest.php.

29 {
30 }

Member Function Documentation

◆ getContainerKey()

ILIAS\Cache\Container\BaseRequest::getContainerKey ( )

Implements ILIAS\Cache\Container\Request.

Definition at line 32 of file BaseRequest.php.

32 : string
33 {
34 return $this->container_key;
35 }

◆ isForced()

ILIAS\Cache\Container\BaseRequest::isForced ( )

Implements ILIAS\Cache\Container\Request.

Definition at line 37 of file BaseRequest.php.

37 : bool
38 {
39 return $this->forced;
40 }

The documentation for this class was generated from the following file: