Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
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 | test () |
Fonctions membres publiques statiques inherited from JCacheStorage | |
static | getInstance ($handler=null, $options=array()) |
static | addIncludePath ($path= '') |
Additional Inherited Members | |
Attributs publics inherited from JCacheStorage | |
$_now | |
$_lifetime | |
$_locking | |
$_language | |
$_application | |
$_hash | |
Fonctions membres protégées inherited from JCacheStorage | |
_getCacheId ($id, $group) | |
Attributs protégés inherited from JCacheStorage | |
$rawname |
JCacheStorageWincache::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters. |
Réimplémentée à partir de JCacheStorage.
Références $options.
JCacheStorageWincache::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.
JCacheStorageWincache::gc | ( | ) |
Force garbage collect expired cache data as items are removed only on get/add/delete/info etc
Réimplémentée à partir de JCacheStorage.
Références $key.
JCacheStorageWincache::get | ( | $id, | |
$group, | |||
$checkTime = true |
|||
) |
Get cached data from WINCACHE 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.
Références $id.
JCacheStorageWincache::getAll | ( | ) |
JCacheStorageWincache::remove | ( | $id, | |
$group | |||
) |
Remove a cached data entry by id and group
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheStorage.
Références $id.
JCacheStorageWincache::store | ( | $id, | |
$group, | |||
$data | |||
) |
Store the data to WINCACHE 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.
|
static |
Test to see if the cache storage is available.
Réimplémentée à partir de JCacheStorage.