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