Public Member Functions | |
isCached ($sId, $iMinute=null) | |
getCached ($sId) | |
setCache ($sId, $oView) | |
clearCache ($sId) | |
_cache classe pour gerer le cache
Definition at line 23 of file class_cache.php.
clearCache | ( | $sId | ) |
supprime l'objet _view $sId en cache public
string | $sId |
Definition at line 70 of file class_cache.php.
getCached | ( | $sId | ) |
retourne l'objet _view $sId en cache public
string | $sId |
Definition at line 50 of file class_cache.php.
isCached | ( | $sId, | |
$iMinute = null |
|||
) |
retourne vrai ou faux selon que le cache est rescent public
string | $sId | |
int | $iMinute |
Definition at line 32 of file class_cache.php.
setCache | ( | $sId, | |
$oView | |||
) |
met l'objet _view $sId en cache public
string | $sId | |
object | $oTpl |
Definition at line 60 of file class_cache.php.