API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JCacheStorageFile::__construct | ( | $ | options = array() | ) |
Constructor
protected
array | $options | optional parameters |
Réimplémentée à partir de JCacheStorage.
Références $config, et JFactory::getConfig().
JCacheStorageFile::_getFilePath | ( | $ | id, |
$ | group | ||
) |
JCacheStorageFile::_setExpire | ( | $ | id, |
$ | group | ||
) |
JCacheStorageFile::clean | ( | $ | group, |
$ | mode | ||
) |
Clean cache for a group given a mode.
group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group
public
string | $group | The cache data group |
string | $mode | The mode for cleaning cache [group|notgroup] |
Réimplémentée à partir de JCacheStorage.
Références $folder, $i, $n, $return, JFolder::delete(), JFolder::folders(), et jimport().
JCacheStorageFile::gc | ( | ) |
Garbage collect expired cache data
public
Réimplémentée à partir de JCacheStorage.
Références $file, JFile::delete(), JFolder::files(), et jimport().
JCacheStorageFile::get | ( | $ | id, |
$ | group, | ||
$ | checkTime | ||
) |
Get cached data from a file by id and group
public
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.
JCacheStorageFile::remove | ( | $ | id, |
$ | group | ||
) |
Remove a cached data file by id and group
public
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheStorage.
Références $path.
JCacheStorageFile::store | ( | $ | id, |
$ | group, | ||
$ | data | ||
) |
Store the data to a file by id and group
public
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.
JCacheStorageFile::test | ( | ) | [static] |
Test to see if the cache storage is available.
public
Réimplémentée à partir de JCacheStorage.
Références $config, et JFactory::getConfig().