4 include_once(
"./Services/Cache/classes/class.ilCache.php");
26 parent::__construct(
"ServicesObject",
"CheckAccess",
false);
32 self::$disabled =
true;
42 return self::$disabled
or parent::isDisabled();
53 return parent::readEntry($a_id);
62 function storeEntry($a_id, $a_value, $a_ref_id = 0, $a_int_key2 = null,
63 $a_text_key1 = null, $a_text_key2 = null)
67 parent::storeEntry($a_id, $a_value, $a_ref_id);
76 parent::deleteByAdditionalKeys($a_ref_id);
__construct()
Constructor.
deleteByRefId($a_ref_id)
This one can be called, e.g.
readEntry($a_id)
Read an entry.
Caches (check) access information on list items.
storeEntry($a_id, $a_value, $a_ref_id=0, $a_int_key2=null, $a_text_key1=null, $a_text_key2=null)
Id is user_id:ref_id, we store ref_if additionally.
setExpiresAfter($a_val)
Set expires after x seconds.
isDisabled()
Check if cache is disabled.