|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilShm:
Collaboration diagram for ilShm:Public Member Functions | |
| __construct (string $service_id, string $component) | |
| ilShm constructor. More... | |
| exists (string $key) | |
| set (string $key, $serialized_value, int $ttl=null) | |
| get (string $key) | |
| delete (string $key) | |
| flush (bool $complete=false) | |
| serialize ($value) | |
| unserialize ($serialized_value) | |
Public Member Functions inherited from ilGlobalCacheService | |
| __construct (string $service_id, string $component) | |
| ilGlobalCacheService constructor. More... | |
| unserialize ($serialized_value) | |
| get (string $key) | |
| set (string $key, $serialized_value, int $ttl=null) | |
| serialize ($value) | |
| getServiceId () | |
| setServiceId (string $service_id) | |
| getComponent () | |
| setComponent (string $component) | |
| isActive () | |
| isInstallable () | |
| returnKey (string $key) | |
| getInfo () | |
| getInstallationFailureReason () | |
| exists (string $key) | |
| delete (string $key) | |
| flush (bool $complete=false) | |
| setServiceType (int $service_type) | |
| getServiceType () | |
| setValid (string $key) | |
| Declare a key as valid. More... | |
| isValid (string $key) | |
| Checks whether the cache key is valid or not. More... | |
| unserialize ($serialized_value) | |
| get (string $key) | |
| set (string $key, $serialized_value, int $ttl=null) | |
| getServiceId () | |
| setServiceId (string $service_id) | |
| getComponent () | |
| setComponent (string $component) | |
| isActive () | |
| isInstallable () | |
| returnKey (string $key) | |
| getInfo () | |
| getInstallationFailureReason () | |
| exists (string $key) | |
| delete (string $key) | |
| flush (bool $complete=false) | |
| setServiceType (int $service_type) | |
| getServiceType () | |
| setValid (string $key) | |
| Declare a key as valid. More... | |
| isValid (string $key) | |
| Checks whether the cache key is valid or not. More... | |
Protected Member Functions | |
| getActive () | |
| @description set self::$active More... | |
| getInstallable () | |
| @description set self::$installable More... | |
Protected Member Functions inherited from ilGlobalCacheService | |
| getActive () | |
| getInstallable () | |
| getMemoryLimit () | |
| getMinMemory () | |
| checkMemory () | |
Static Protected Attributes | |
| static int | $shm_id |
| static int | $block_size = 0 |
Static Protected Attributes inherited from ilGlobalCacheService | |
| static array | $active = array() |
| static array | $installable = array() |
Additional Inherited Members | |
Protected Attributes inherited from ilGlobalCacheService | |
| int | $current_time = 0 |
| array | $valid_keys = array() |
| string | $service_id = '' |
| string | $component = '' |
| int | $service_type = ilGlobalCache::TYPE_STATIC |
| string | $valid_key_hash = '' |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilShm @beta http://php.net/manual/en/shmop.examples-basic.php
Definition at line 25 of file class.ilShm.php.
| ilShm::__construct | ( | string | $service_id, |
| string | $component | ||
| ) |
ilShm constructor.
Reimplemented from ilGlobalCacheService.
Definition at line 49 of file class.ilShm.php.
References ilGlobalCacheService\$component, ilGlobalCacheService\$service_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilShm::delete | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 73 of file class.ilShm.php.
References ILIAS\LTI\ToolProvider\$key.
| ilShm::exists | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 56 of file class.ilShm.php.
References ILIAS\LTI\ToolProvider\$key.
| ilShm::flush | ( | bool | $complete = false | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 78 of file class.ilShm.php.
| ilShm::get | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 68 of file class.ilShm.php.
|
protected |
@description set self::$active
Reimplemented from ilGlobalCacheService.
Definition at line 33 of file class.ilShm.php.
|
protected |
@description set self::$installable
Reimplemented from ilGlobalCacheService.
Definition at line 41 of file class.ilShm.php.
| ilShm::serialize | ( | $value | ) |
| mixed | $value |
Reimplemented from ilGlobalCacheService.
Definition at line 89 of file class.ilShm.php.
References serialize().
Referenced by serialize().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShm::set | ( | string | $key, |
| $serialized_value, | |||
| int | $ttl = null |
||
| ) |
| mixed | $serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 62 of file class.ilShm.php.
References ILIAS\LTI\ToolProvider\$key.
| ilShm::unserialize | ( | $serialized_value | ) |
| mixed | $serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 98 of file class.ilShm.php.
References unserialize().
Referenced by unserialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 28 of file class.ilShm.php.
|
staticprotected |
Definition at line 27 of file class.ilShm.php.