ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilStaticCache. More...
Public Member Functions | |
exists ($key) | |
set ($key, $serialized_value, $ttl=NULL) | |
get ($key) | |
delete ($key) | |
flush () | |
serialize ($value) | |
unserialize ($serialized_value) | |
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) | |
getInfo () | |
getInstallationFailureReason () | |
setServiceType ($service_type) | |
getServiceType () |
Protected Member Functions | |
getActive () | |
getInstallable () | |
Protected Member Functions inherited from ilGlobalCacheService | |
saveValid () | |
readValid () | |
getMemoryLimit () | |
getMinMemory () | |
checkMemory () |
Static Protected Attributes | |
static | $cache = array() |
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 = '' |
ilStaticCache::delete | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 74 of file class.ilStaticCache.php.
References ilGlobalCacheService\getComponent().
ilStaticCache::exists | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 42 of file class.ilStaticCache.php.
References ilGlobalCacheService\getComponent().
ilStaticCache::flush | ( | ) |
Reimplemented from ilGlobalCacheService.
Definition at line 82 of file class.ilStaticCache.php.
ilStaticCache::get | ( | $key | ) |
$key |
Reimplemented from ilGlobalCacheService.
Definition at line 64 of file class.ilStaticCache.php.
References ilGlobalCacheService\getComponent().
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 18 of file class.ilStaticCache.php.
|
protected |
Reimplemented from ilGlobalCacheService.
Definition at line 26 of file class.ilStaticCache.php.
ilStaticCache::serialize | ( | $value | ) |
$value |
Reimplemented from ilGlobalCacheService.
Definition at line 94 of file class.ilStaticCache.php.
ilStaticCache::set | ( | $key, | |
$serialized_value, | |||
$ttl = NULL |
|||
) |
$key | ||
$serialized_value | ||
null | $ttl |
Reimplemented from ilGlobalCacheService.
Definition at line 54 of file class.ilStaticCache.php.
References ilGlobalCacheService\getComponent().
ilStaticCache::unserialize | ( | $serialized_value | ) |
$serialized_value |
Reimplemented from ilGlobalCacheService.
Definition at line 104 of file class.ilStaticCache.php.
|
staticprotected |
Definition at line 34 of file class.ilStaticCache.php.