|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilGlobalCacheServiceInterface:
Collaboration diagram for ilGlobalCacheServiceInterface:Public Member Functions | |
| unserialize ($serialized_value) | |
| get (string $key) | |
| set (string $key, $serialized_value, int $ttl=null) | |
| getServiceId () | |
| setServiceId (string $service_id) | |
| getComponent () | |
| setComponent (string $component) | |
| isActive () | |
| isInstallable () | |
| returnKey (string $key) | |
| getInfo () | |
| getInstallationFailureReason () | |
| exists (string $key) | |
| delete (string $key) | |
| flush (bool $complete=false) | |
| setServiceType (int $service_type) | |
| getServiceType () | |
| setValid (string $key) | |
| Declare a key as valid. More... | |
| isValid (string $key) | |
| Checks whether the cache key is valid or not. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilGlobalCacheService Base class for all concrete cache implementations.
Definition at line 25 of file class.ilGlobalCacheServiceInterface.php.
| ilGlobalCacheServiceInterface::delete | ( | string | $key | ) |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.
| ilGlobalCacheServiceInterface::exists | ( | string | $key | ) |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.
| ilGlobalCacheServiceInterface::flush | ( | bool | $complete = false | ) |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.
| ilGlobalCacheServiceInterface::get | ( | string | $key | ) |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.
| ilGlobalCacheServiceInterface::getComponent | ( | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::getInfo | ( | ) |
Implemented in ilApc, ilGlobalCacheService, and ilMemcache.
| ilGlobalCacheServiceInterface::getInstallationFailureReason | ( | ) |
Implemented in ilGlobalCacheService, and ilMemcache.
| ilGlobalCacheServiceInterface::getServiceId | ( | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::getServiceType | ( | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::isActive | ( | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::isInstallable | ( | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::isValid | ( | string | $key | ) |
Checks whether the cache key is valid or not.
Implemented in ilApc, ilGlobalCacheService, and ilMemcache.
| ilGlobalCacheServiceInterface::returnKey | ( | string | $key | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::set | ( | string | $key, |
| $serialized_value, | |||
| int | $ttl = null |
||
| ) |
| mixed | $serialized_value |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.
| ilGlobalCacheServiceInterface::setComponent | ( | string | $component | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::setServiceId | ( | string | $service_id | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::setServiceType | ( | int | $service_type | ) |
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::setValid | ( | string | $key | ) |
Declare a key as valid.
If the key is already known no action is taken.
Implemented in ilGlobalCacheService.
| ilGlobalCacheServiceInterface::unserialize | ( | $serialized_value | ) |
| mixed | $serialized_value |
Implemented in ilApc, ilGlobalCacheService, ilMemcache, ilShm, and ilStaticCache.