|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilStaticCache. More...
Inheritance diagram for ilStaticCache:
Collaboration diagram for ilStaticCache: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) | |
| unserialize ($serialized_value) | |
| get ($key) | |
| set ($key, $serialized_value, $ttl=null) | |
| serialize ($value) | |
| getServiceId () | |
| setServiceId ($service_id) | |
| getComponent () | |
| setComponent ($component) | |
| isActive () | |
| isInstallable () | |
| returnKey ($key) | |
| getInfo () | |
| getInstallationFailureReason () | |
| exists ($key) | |
| delete ($key) | |
| flush () | |
| setServiceType ($service_type) | |
| getServiceType () | |
| setValid ($key) | |
| Declare a key as valid. More... | |
| setInvalid ($key=null) | |
| Set the key as invalid. More... | |
| isValid ($key) | |
| Checks whether the cache key is valid or not. More... | |
Protected Member Functions | |
| getActive () | |
| getInstallable () | |
Protected Member Functions inherited from ilGlobalCacheService | |
| getActive () | |
| getInstallable () | |
| 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().
Here is the call graph for this function:| ilStaticCache::exists | ( | $key | ) |
| $key |
Reimplemented from ilGlobalCacheService.
Definition at line 42 of file class.ilStaticCache.php.
References ilGlobalCacheService\getComponent().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:| 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.