ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 () | |
Data Fields | |
const | CONTAINER_PREFIX_SEPARATOR = ':' |
Definition at line 28 of file Adaptor.php.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::__construct | ( | Config | $config | ) |
Implemented in ILIAS\Cache\Adaptor\Memcached, and ILIAS\Cache\Adaptor\PHPStatic.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::delete | ( | string | $container, |
string | $key | ||
) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\APCu, and ILIAS\Cache\Adaptor\PHPStatic.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::flush | ( | ) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\APCu, and ILIAS\Cache\Adaptor\PHPStatic.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::flushContainer | ( | string | $container | ) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\APCu, and ILIAS\Cache\Adaptor\PHPStatic.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::get | ( | string | $container, |
string | $key | ||
) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\PHPStatic, and ILIAS\Cache\Adaptor\APCu.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::has | ( | string | $container, |
string | $key | ||
) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\PHPStatic, and ILIAS\Cache\Adaptor\APCu.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::isAvailable | ( | ) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\PHPStatic, and ILIAS\Cache\Adaptor\APCu.
ILIAS\Cache\Adaptor\Adaptor\Adaptor::set | ( | string | $container, |
string | $key, | ||
string | $value, | ||
int | $ttl | ||
) |
Implemented in ILIAS\Cache\Adaptor\Memcached, ILIAS\Cache\Adaptor\APCu, and ILIAS\Cache\Adaptor\PHPStatic.
const ILIAS\Cache\Adaptor\Adaptor\Adaptor::CONTAINER_PREFIX_SEPARATOR = ':' |
Definition at line 30 of file Adaptor.php.