|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\Cache\Adaptor\APCu:
Collaboration diagram for ILIAS\Cache\Adaptor\APCu: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 () | |
Public Member Functions inherited from ILIAS\Cache\Adaptor\BaseAdaptor | |
| __construct (protected Config $config) | |
Public Member Functions inherited from ILIAS\Cache\Adaptor\Adaptor | |
| __construct (Config $config) | |
Static Protected Attributes | |
| static bool | $is_available = null |
Additional Inherited Members | |
Data Fields inherited from ILIAS\Cache\Adaptor\Adaptor | |
| const | CONTAINER_PREFIX_SEPARATOR = ':' |
Protected Member Functions inherited from ILIAS\Cache\Adaptor\BaseAdaptor | |
| buildKey (string $container, string $key) | |
| buildContainerPrefix (string $container) | |
Protected Attributes inherited from ILIAS\Cache\Adaptor\BaseAdaptor | |
| const | LOCK_UNTIL = '_lock_until' |
| ILIAS\Cache\Adaptor\APCu::delete | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 58 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
Here is the call graph for this function:| ILIAS\Cache\Adaptor\APCu::flush | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
| ILIAS\Cache\Adaptor\APCu::flushContainer | ( | string | $container | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 63 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildContainerPrefix().
Here is the call graph for this function:| ILIAS\Cache\Adaptor\APCu::get | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 40 of file APCu.php.
References ILIAS\LTI\ToolProvider\$key, and ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
Here is the call graph for this function:| ILIAS\Cache\Adaptor\APCu::has | ( | string | $container, |
| string | $key | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 35 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
Here is the call graph for this function:| ILIAS\Cache\Adaptor\APCu::isAvailable | ( | ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
| ILIAS\Cache\Adaptor\APCu::set | ( | string | $container, |
| string | $key, | ||
| string | $value, | ||
| int | $ttl | ||
| ) |
Implements ILIAS\Cache\Adaptor\Adaptor.
Definition at line 51 of file APCu.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildKey().
Here is the call graph for this function:
|
staticprotected |