MkFramework
 All Data Structures Functions
Public Member Functions
_cache Class Reference

Public Member Functions

 isCached ($sId, $iMinute=null)
 
 getCached ($sId)
 
 setCache ($sId, $oView)
 
 clearCache ($sId)
 

Detailed Description

_cache classe pour gerer le cache

Author
Mika http://mkf.mkdevs.com/

Definition at line 23 of file class_cache.php.

Member Function Documentation

clearCache (   $sId)

supprime l'objet _view $sId en cache public

Parameters
string$sId

Definition at line 70 of file class_cache.php.

Here is the call graph for this function:

getCached (   $sId)

retourne l'objet _view $sId en cache public

Parameters
string$sId
Returns
object _view

Definition at line 50 of file class_cache.php.

Here is the call graph for this function:

isCached (   $sId,
  $iMinute = null 
)

retourne vrai ou faux selon que le cache est rescent public

Parameters
string$sId
int$iMinute
Returns
bool

Definition at line 32 of file class_cache.php.

Here is the call graph for this function:

setCache (   $sId,
  $oView 
)

met l'objet _view $sId en cache public

Parameters
string$sId
object$oTpl

Definition at line 60 of file class_cache.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: