ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (protected Config $config) | |
![]() | |
__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 () | |
Protected Member Functions | |
buildKey (string $container, string $key) | |
buildContainerPrefix (string $container) | |
Protected Attributes | |
const | LOCK_UNTIL = '_lock_until' |
Private Attributes | |
string | $instance_prefix |
Additional Inherited Members | |
![]() | |
const | CONTAINER_PREFIX_SEPARATOR = ':' |
Definition at line 28 of file BaseAdaptor.php.
ILIAS\Cache\Adaptor\BaseAdaptor::__construct | ( | protected Config | $config | ) |
Definition at line 33 of file BaseAdaptor.php.
|
protected |
Definition at line 47 of file BaseAdaptor.php.
Referenced by ILIAS\Cache\Adaptor\BaseAdaptor\buildKey(), ILIAS\Cache\Adaptor\APCu\flushContainer(), and ILIAS\Cache\Adaptor\Memcached\flushContainer().
|
protected |
Definition at line 42 of file BaseAdaptor.php.
References ILIAS\Cache\Adaptor\BaseAdaptor\buildContainerPrefix().
Referenced by ILIAS\Cache\Adaptor\APCu\delete(), ILIAS\Cache\Adaptor\Memcached\delete(), ILIAS\Cache\Adaptor\APCu\get(), ILIAS\Cache\Adaptor\Memcached\get(), ILIAS\Cache\Adaptor\APCu\has(), ILIAS\Cache\Adaptor\Memcached\has(), ILIAS\Cache\Adaptor\APCu\set(), and ILIAS\Cache\Adaptor\Memcached\set().
|
private |
Definition at line 31 of file BaseAdaptor.php.
|
protected |
Definition at line 30 of file BaseAdaptor.php.