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