|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Cache\Adaptor\BaseAdaptor:
Collaboration diagram for ILIAS\Cache\Adaptor\BaseAdaptor:Public Member Functions | |
| __construct (protected Config $config) | |
Public Member Functions inherited from ILIAS\Cache\Adaptor\Adaptor | |
| __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 | |
Data Fields inherited from ILIAS\Cache\Adaptor\Adaptor | |
| 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.
References $container, and ILIAS\Cache\Adaptor\Adaptor\CONTAINER_PREFIX_SEPARATOR.
Referenced by ILIAS\Cache\Adaptor\BaseAdaptor\buildKey(), ILIAS\Cache\Adaptor\APCu\flushContainer(), and ILIAS\Cache\Adaptor\Memcached\flushContainer().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 31 of file BaseAdaptor.php.
|
protected |
Definition at line 30 of file BaseAdaptor.php.