Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
get ($id, $group, $checkTime=true) | |
getAll () | |
store ($id, $group, $data) | |
remove ($id, $group) | |
clean ($group, $mode=null) | |
gc () | |
Fonctions membres publiques inherited from JCacheStorage | |
lock ($id, $group, $locktime) | |
unlock ($id, $group=null) |
Fonctions membres publiques statiques | |
static | isSupported () |
Fonctions membres publiques statiques inherited from JCacheStorage | |
static | getInstance ($handler=null, $options=array()) |
static | test () |
static | addIncludePath ($path= '') |
Fonctions membres protégées | |
initCache ($cloptions) | |
Fonctions membres protégées inherited from JCacheStorage | |
_getCacheId ($id, $group) |
Attributs protégés | |
$_root | |
Attributs protégés inherited from JCacheStorage | |
$rawname |
Attributs protégés statiques | |
static | $CacheLiteInstance = null |
Additional Inherited Members | |
Attributs publics inherited from JCacheStorage | |
$_now | |
$_lifetime | |
$_locking | |
$_language | |
$_application | |
$_hash |
Définition à la ligne 20 du fichier cachelite.php.
JCacheStorageCachelite::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters. |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 45 du fichier cachelite.php.
JCacheStorageCachelite::clean | ( | $group, | |
$mode = null |
|||
) |
Clean cache for a group given a mode.
string | $group | The cache data group. |
string | $mode | The mode for cleaning cache [group|notgroup]. group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 232 du fichier cachelite.php.
Références JFolder\delete(), et jimport().
JCacheStorageCachelite::gc | ( | ) |
Garbage collect expired cache data
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 290 du fichier cachelite.php.
JCacheStorageCachelite::get | ( | $id, | |
$group, | |||
$checkTime = true |
|||
) |
Get cached data from a file by id and group
string | $id | The cache data id. |
string | $group | The cache data group. |
boolean | $checkTime | True to verify cache time expiration threshold. |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 97 du fichier cachelite.php.
JCacheStorageCachelite::getAll | ( | ) |
Get all cached data
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 113 du fichier cachelite.php.
|
protected |
Instantiates the appropriate CacheLite object. Only initializes the engine if it does not already exist. Note this is a protected method
array | $cloptions | optional parameters |
Définition à la ligne 77 du fichier cachelite.php.
|
static |
Test to see if the cache storage is available.
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 327 du fichier cachelite.php.
JCacheStorageCachelite::remove | ( | $id, | |
$group | |||
) |
Remove a cached data file by id and group
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 204 du fichier cachelite.php.
JCacheStorageCachelite::store | ( | $id, | |
$group, | |||
$data | |||
) |
Store the data to a file by id and group
string | $id | The cache data id. |
string | $group | The cache data group. |
string | $data | The data to store in cache. |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 162 du fichier cachelite.php.
|
protected |
Définition à la ligne 36 du fichier cachelite.php.
|
staticprotected |
Définition à la ligne 28 du fichier cachelite.php.