|
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 ilMemcache:
Collaboration diagram for ilMemcache:Public Member Functions | |
| exists (string $key) | |
| set (string $key, $serialized_value, int $ttl=null) | |
| get (string $key) | |
| delete (string $key) | |
| flush (bool $complete=false) | |
| getInstallationFailureReason () | |
| serialize ($value) | |
| unserialize ($serialized_value) | |
| getInfo () | |
| isValid (string $key) | |
| Checks whether the cache key is valid or not. More... | |
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 | |
| getMemcacheObject () | |
| getActive () | |
| getInstallable () | |
Protected Member Functions inherited from ilGlobalCacheService | |
| getActive () | |
| getInstallable () | |
| getMemoryLimit () | |
| getMinMemory () | |
| checkMemory () | |
Static Protected Attributes | |
| static Memcached | $memcache_object = null |
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 ilMemcache
Definition at line 24 of file class.ilMemcache.php.
| ilMemcache::delete | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 83 of file class.ilMemcache.php.
References getMemcacheObject(), and ilGlobalCacheService\returnKey().
Here is the call graph for this function:| ilMemcache::exists | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 64 of file class.ilMemcache.php.
References getMemcacheObject(), and ilGlobalCacheService\returnKey().
Here is the call graph for this function:| ilMemcache::flush | ( | bool | $complete = false | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 88 of file class.ilMemcache.php.
References getMemcacheObject().
Here is the call graph for this function:| ilMemcache::get | ( | string | $key | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 78 of file class.ilMemcache.php.
References getMemcacheObject(), and ilGlobalCacheService\returnKey().
Here is the call graph for this function:
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 93 of file class.ilMemcache.php.
References $server, getInstallable(), and getMemcacheObject().
Here is the call graph for this function:| ilMemcache::getInfo | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 151 of file class.ilMemcache.php.
References ILIAS\LTI\ToolProvider\$key, getMemcacheObject(), and ilGlobalCacheService\isInstallable().
Here is the call graph for this function:
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 114 of file class.ilMemcache.php.
Referenced by getActive().
Here is the caller graph for this function:| ilMemcache::getInstallationFailureReason | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 119 of file class.ilMemcache.php.
References $server, and getMemcacheObject().
Here is the call graph for this function:
|
protected |
Definition at line 59 of file class.ilMemcache.php.
References $memcache_object.
Referenced by delete(), exists(), flush(), get(), getActive(), getInfo(), getInstallationFailureReason(), and set().
Here is the caller graph for this function:| ilMemcache::isValid | ( | string | $key | ) |
Checks whether the cache key is valid or not.
Reimplemented from ilGlobalCacheService.
Definition at line 163 of file class.ilMemcache.php.
| ilMemcache::serialize | ( | $value | ) |
| mixed | $value |
Reimplemented from ilGlobalCacheService.
Definition at line 137 of file class.ilMemcache.php.
References serialize().
Referenced by serialize().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMemcache::set | ( | string | $key, |
| $serialized_value, | |||
| int | $ttl = null |
||
| ) |
| mixed | $serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 69 of file class.ilMemcache.php.
References getMemcacheObject(), and ilGlobalCacheService\returnKey().
Here is the call graph for this function:| ilMemcache::unserialize | ( | $serialized_value | ) |
| mixed | $serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 146 of file class.ilMemcache.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 26 of file class.ilMemcache.php.
Referenced by getMemcacheObject().