4include_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);
 
An exception for terminatinating execution or to throw for unit testing.
setExpiresAfter($a_val)
Set expires after x seconds.
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.
isDisabled()
Check if cache is disabled.
__construct()
Constructor.
readEntry($a_id)
Read an entry.
deleteByRefId($a_ref_id)
This one can be called, e.g.