ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
exists ($key) | |
set ($key, $serialized_value, $ttl=NULL) | |
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 = 32 |
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() |
ilXcache::delete | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 52 of file class.ilXcache.php.
References ilGlobalCacheService\returnKey().
ilXcache::exists | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 20 of file class.ilXcache.php.
References ilGlobalCacheService\returnKey().
ilXcache::flush | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 60 of file class.ilXcache.php.
ilXcache::get | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 42 of file class.ilXcache.php.
References ilGlobalCacheService\returnKey().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 93 of file class.ilXcache.php.
References ilGlobalCacheService\$active.
ilXcache::getInfo | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 116 of file class.ilXcache.php.
References ilGlobalCacheService\isActive().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 108 of file class.ilXcache.php.
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 126 of file class.ilXcache.php.
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 134 of file class.ilXcache.php.
References MIN_MEMORY.
ilXcache::serialize | ( | $value | ) |
$value |
Reimplemented from ilGlobalCacheService.
Definition at line 75 of file class.ilXcache.php.
ilXcache::set | ( | $key, | |
$serialized_value, | |||
$ttl = NULL |
|||
) |
$key | ||
$serialized_value | ||
null | $ttl |
Reimplemented from ilGlobalCacheService.
Definition at line 32 of file class.ilXcache.php.
References ilGlobalCacheService\returnKey().
ilXcache::unserialize | ( | $serialized_value | ) |
$serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 85 of file class.ilXcache.php.
const ilXcache::MIN_MEMORY = 32 |
Definition at line 12 of file class.ilXcache.php.
Referenced by getMinMemory().