ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
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 (protected Config $config) | |
![]() | |
__construct (Config $config) | |
Additional Inherited Members | |
![]() | |
const | CONTAINER_PREFIX_SEPARATOR = ':' |
![]() | |
buildKey (string $container, string $key) | |
buildContainerPrefix (string $container) | |
![]() | |
const | LOCK_UNTIL = '_lock_until' |
ILIAS\Cache\Adaptor\APCu::delete | ( | string | $container, |
string | $key | ||
) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 48 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
ILIAS\Cache\Adaptor\APCu::flush | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
ILIAS\Cache\Adaptor\APCu::flushContainer | ( | string | $container | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 53 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildContainerPrefix().
ILIAS\Cache\Adaptor\APCu::get | ( | string | $container, |
string | $key | ||
) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 38 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey(), and null.
ILIAS\Cache\Adaptor\APCu::has | ( | string | $container, |
string | $key | ||
) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 33 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
ILIAS\Cache\Adaptor\APCu::isAvailable | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
ILIAS\Cache\Adaptor\APCu::set | ( | string | $container, |
string | $key, | ||
string | $value, | ||
int | $ttl | ||
) |
Implements ILIAS\Cache\Adaptor\Adaptor\Adaptor.
Definition at line 43 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().