ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
exists ($key) | |
set ($key, $serialized_value, $ttl=0) | |
get ($key) | |
delete ($key) | |
flush () | |
serialize ($value) | |
unserialize ($serialized_value) | |
getInfo () | |
Public Member Functions inherited from ilGlobalCacheService | |
__construct ($service_id, $component) | |
__destruct () | |
getServiceId () | |
setServiceId ($service_id) | |
setValid ($key) | |
getComponent () | |
setComponent ($component) | |
setInvalid ($key=NULL) | |
isValid ($key) | |
isActive () | |
isInstallable () | |
returnKey ($key) | |
getInstallationFailureReason () | |
setServiceType ($service_type) | |
getServiceType () |
Data Fields | |
const | MIN_MEMORY = 128 |
const | CACHE_ID = 'user' |
Protected Member Functions | |
getActive () | |
getInstallable () | |
getMemoryLimit () | |
getMinMemory () | |
Protected Member Functions inherited from ilGlobalCacheService | |
saveValid () | |
readValid () | |
checkMemory () |
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 = '' | |
Static Protected Attributes inherited from ilGlobalCacheService | |
static | $active = array() |
static | $installable = array() |
ilApc::delete | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 61 of file class.ilApc.php.
References ilGlobalCacheService\returnKey().
ilApc::exists | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 25 of file class.ilApc.php.
References ilGlobalCacheService\returnKey().
ilApc::flush | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 69 of file class.ilApc.php.
ilApc::get | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 51 of file class.ilApc.php.
References ilGlobalCacheService\returnKey().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 127 of file class.ilApc.php.
ilApc::getInfo | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 97 of file class.ilApc.php.
References ilGlobalCacheService\getComponent(), and ilGlobalCacheService\getServiceId().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 135 of file class.ilApc.php.
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 143 of file class.ilApc.php.
References ilRuntime\getInstance(), and getMinMemory().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 155 of file class.ilApc.php.
References MIN_MEMORY.
Referenced by getMemoryLimit().
ilApc::serialize | ( | $value | ) |
$value |
Reimplemented from ilGlobalCacheService.
Definition at line 79 of file class.ilApc.php.
ilApc::set | ( | $key, | |
$serialized_value, | |||
$ttl = 0 |
|||
) |
$key | ||
$serialized_value | ||
int | $ttl |
Reimplemented from ilGlobalCacheService.
Definition at line 41 of file class.ilApc.php.
References ilGlobalCacheService\returnKey().
ilApc::unserialize | ( | $serialized_value | ) |
$serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 89 of file class.ilApc.php.
const ilApc::CACHE_ID = 'user' |
Definition at line 17 of file class.ilApc.php.
const ilApc::MIN_MEMORY = 128 |
Definition at line 16 of file class.ilApc.php.
Referenced by getMinMemory().