ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($service_id, $component) | |
exists ($key) | |
set ($key, $serialized_value, $ttl=NULL) | |
get ($key) | |
delete ($key) | |
flush () | |
serialize ($value) | |
unserialize ($serialized_value) | |
Public Member Functions inherited from ilGlobalCacheService | |
__destruct () | |
getServiceId () | |
setServiceId ($service_id) | |
setValid ($key) | |
getComponent () | |
setComponent ($component) | |
setInvalid ($key=NULL) | |
isValid ($key) | |
isActive () | |
isInstallable () | |
returnKey ($key) | |
getInfo () | |
getInstallationFailureReason () | |
setServiceType ($service_type) | |
getServiceType () |
Protected Member Functions | |
getActive () | |
set self::$active | |
getInstallable () | |
set self::$installable | |
Protected Member Functions inherited from ilGlobalCacheService | |
saveValid () | |
readValid () | |
getMemoryLimit () | |
getMinMemory () | |
checkMemory () |
Static Protected Attributes | |
static | $shm_id = NULL |
static | $block_size = 0 |
Static Protected Attributes inherited from ilGlobalCacheService | |
static | $active = array() |
static | $installable = array() |
Additional Inherited Members | |
Protected Attributes inherited from ilGlobalCacheService | |
$current_time = 0 | |
$valid_keys = array() | |
$service_id = '' | |
$component = '' | |
$service_type = ilGlobalCache::TYPE_STATIC | |
$valid_key_hash = '' |
Class ilShm.
http://php.net/manual/en/shmop.examples-basic.php
Definition at line 13 of file class.ilShm.php.
ilShm::__construct | ( | $service_id, | |
$component | |||
) |
$service_id | |
$component |
Reimplemented from ilGlobalCacheService.
Definition at line 46 of file class.ilShm.php.
References ilGlobalCacheService\$component, and ilGlobalCacheService\$service_id.
ilShm::delete | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 90 of file class.ilShm.php.
ilShm::exists | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 58 of file class.ilShm.php.
ilShm::flush | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 98 of file class.ilShm.php.
ilShm::get | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 80 of file class.ilShm.php.
|
protected |
set self::$active
Reimplemented from ilGlobalCacheService.
Definition at line 28 of file class.ilShm.php.
|
protected |
set self::$installable
Reimplemented from ilGlobalCacheService.
Definition at line 36 of file class.ilShm.php.
ilShm::serialize | ( | $value | ) |
$value |
Reimplemented from ilGlobalCacheService.
Definition at line 110 of file class.ilShm.php.
ilShm::set | ( | $key, | |
$serialized_value, | |||
$ttl = NULL |
|||
) |
$key | ||
$serialized_value | ||
null | $ttl |
Reimplemented from ilGlobalCacheService.
Definition at line 70 of file class.ilShm.php.
ilShm::unserialize | ( | $serialized_value | ) |
$serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 120 of file class.ilShm.php.
|
staticprotected |
Definition at line 22 of file class.ilShm.php.
|
staticprotected |
Definition at line 18 of file class.ilShm.php.