|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Cache\Adaptor\PHPStatic:
Collaboration diagram for ILIAS\Cache\Adaptor\PHPStatic:Public Member Functions | |
| __construct (Config $config) | |
| isAvailable () | |
| has (string $container, string $key) | |
| get (string $container, string $key) | |
| set (string $container, string $key, string $value, int $ttl) | |
| delete (string $container, string $key) | |
| flushContainer (string $container) | |
| flush () | |
| __construct (Config $config) | |
| isAvailable () | |
| has (string $container, string $key) | |
| get (string $container, string $key) | |
| set (string $container, string $key, string $value, int $ttl) | |
| delete (string $container, string $key) | |
| flushContainer (string $container) | |
| flush () | |
Static Protected Attributes | |
| static array | $cache = [] |
Additional Inherited Members | |
Data Fields inherited from ILIAS\Cache\Adaptor\Adaptor | |
| const | CONTAINER_PREFIX_SEPARATOR = ':' |
Definition at line 28 of file PHPStatic.php.
| ILIAS\Cache\Adaptor\PHPStatic::__construct | ( | Config | $config | ) |
| ILIAS\Cache\Adaptor\PHPStatic::delete | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 56 of file PHPStatic.php.
References $container.
| ILIAS\Cache\Adaptor\PHPStatic::flush | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 66 of file PHPStatic.php.
| ILIAS\Cache\Adaptor\PHPStatic::flushContainer | ( | string | $container | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 61 of file PHPStatic.php.
References $container.
| ILIAS\Cache\Adaptor\PHPStatic::get | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 46 of file PHPStatic.php.
References $container.
| ILIAS\Cache\Adaptor\PHPStatic::has | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 41 of file PHPStatic.php.
References $container.
| ILIAS\Cache\Adaptor\PHPStatic::isAvailable | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 36 of file PHPStatic.php.
Referenced by ILIAS\Cache\Adaptor\Factory\getSpecific().
Here is the caller graph for this function:| ILIAS\Cache\Adaptor\PHPStatic::set | ( | string | $container, |
| string | $key, | ||
| string | $value, | ||
| int | $ttl | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 51 of file PHPStatic.php.
References $container.
|
staticprotected |
Definition at line 30 of file PHPStatic.php.