|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Cache\Adaptor\Adaptor:
Collaboration diagram for ILIAS\Cache\Adaptor\Adaptor: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().