ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
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 () | |
Static Protected Attributes | |
static array | $cache = [] |
Additional Inherited Members | |
![]() | |
const | CONTAINER_PREFIX_SEPARATOR = ':' |
Definition at line 28 of file PHPStatic.php.
ILIAS\Cache\Adaptor\PHPStatic::__construct | ( | Config | $config | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 32 of file PHPStatic.php.
ILIAS\Cache\Adaptor\PHPStatic::delete | ( | string | $container, |
string | $key | ||
) |
ILIAS\Cache\Adaptor\PHPStatic::flush | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 66 of file PHPStatic.php.
ILIAS\Cache\Adaptor\PHPStatic::flushContainer | ( | string | $container | ) |
Implements ILIAS\Cache\Adaptor\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\Adaptor.
Definition at line 46 of file PHPStatic.php.
References $container, and null.
ILIAS\Cache\Adaptor\PHPStatic::has | ( | string | $container, |
string | $key | ||
) |
ILIAS\Cache\Adaptor\PHPStatic::isAvailable | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 36 of file PHPStatic.php.
Referenced by ILIAS\Cache\Adaptor\Factory\getSpecific().
ILIAS\Cache\Adaptor\PHPStatic::set | ( | string | $container, |
string | $key, | ||
string | $value, | ||
int | $ttl | ||
) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 51 of file PHPStatic.php.
References $container.
|
staticprotected |
Definition at line 30 of file PHPStatic.php.