36    public function get(
string $key);
 
   41    public function set(
string $key, $serialized_value, 
int $ttl = 
null): 
bool;
 
   63    public function delete(
string $key): 
bool;
 
   65    public function flush(
bool $complete = 
false): bool;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
isValid(string $key)
Checks whether the cache key is valid or not.
 
flush(bool $complete=false)
 
unserialize($serialized_value)
 
setServiceId(string $service_id)
 
setComponent(string $component)
 
setServiceType(int $service_type)
 
setValid(string $key)
Declare a key as valid.
 
getInstallationFailureReason()