|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Cache\Services:Public Member Functions | |
| __construct (private ?Config $config=null,) | |
| get (Request $for_container) | |
| flushContainer (Request $container_request) | |
| flushAdapter () | |
Private Member Functions | |
| ensureContainer (Request $for_container) | |
| new (Request $for_container) | |
| getAdaptor () | |
Private Attributes | |
| array | $containers = [] |
| Adaptor | $adaptor = null |
| Factory | $adaptor_factory |
Definition at line 33 of file Services.php.
| ILIAS\Cache\Services::__construct | ( | private ?Config | $config = null | ) |
Definition at line 42 of file Services.php.
References ILIAS\Cache\Config\PHPSTATIC.
|
private |
Definition at line 56 of file Services.php.
References ILIAS\Cache\Container\Request\getContainerKey().
Referenced by ILIAS\Cache\Services\flushContainer(), and ILIAS\Cache\Services\get().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Cache\Services::flushAdapter | ( | ) |
Definition at line 98 of file Services.php.
References ILIAS\Cache\Services\getAdaptor().
Here is the call graph for this function:| ILIAS\Cache\Services::flushContainer | ( | Request | $container_request | ) |
Definition at line 93 of file Services.php.
References ILIAS\Cache\Services\ensureContainer().
Here is the call graph for this function:| ILIAS\Cache\Services::get | ( | Request | $for_container | ) |
Definition at line 51 of file Services.php.
References ILIAS\Cache\Services\ensureContainer().
Referenced by ILIAS\Test\Results\Data\Repository\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 85 of file Services.php.
References ILIAS\Cache\Services\$adaptor.
Referenced by ILIAS\Cache\Services\flushAdapter(), and ILIAS\Cache\Services\new().
Here is the caller graph for this function:
|
private |
Definition at line 64 of file Services.php.
References ILIAS\Cache\Config\ALL, and ILIAS\Cache\Services\getAdaptor().
Here is the call graph for this function:
|
private |
Definition at line 39 of file Services.php.
Referenced by ILIAS\Cache\Services\getAdaptor().
|
private |
Definition at line 40 of file Services.php.
|
private |
Definition at line 38 of file Services.php.