ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 ilGlobalCacheService, ilMemcache, ilShm, ilStaticCache, and ilApc.
ilGlobalCacheServiceInterface::exists | ( | string | $key | ) |
Implemented in ilGlobalCacheService, ilMemcache, ilShm, ilStaticCache, and ilApc.
ilGlobalCacheServiceInterface::flush | ( | bool | $complete = false | ) |
Implemented in ilGlobalCacheService, ilMemcache, ilShm, ilStaticCache, and ilApc.
ilGlobalCacheServiceInterface::get | ( | string | $key | ) |
Implemented in ilMemcache, ilShm, ilGlobalCacheService, ilStaticCache, and ilApc.
ilGlobalCacheServiceInterface::getComponent | ( | ) |
Implemented in ilGlobalCacheService.
ilGlobalCacheServiceInterface::getInfo | ( | ) |
Implemented in ilMemcache, ilGlobalCacheService, and ilApc.
ilGlobalCacheServiceInterface::getInstallationFailureReason | ( | ) |
Implemented in ilMemcache, and ilGlobalCacheService.
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 ilGlobalCacheService, ilMemcache, and ilApc.
ilGlobalCacheServiceInterface::returnKey | ( | string | $key | ) |
Implemented in ilGlobalCacheService.
ilGlobalCacheServiceInterface::set | ( | string | $key, |
$serialized_value, | |||
int | $ttl = null |
||
) |
mixed | $serialized_value |
Implemented in ilMemcache, ilGlobalCacheService, ilShm, ilStaticCache, and ilApc.
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 ilMemcache, ilShm, ilStaticCache, ilApc, and ilGlobalCacheService.