API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JCacheStorageMemcache::__construct | ( | $ | options = array() | ) |
Constructor
protected
array | $options | optional parameters |
Réimplémentée à partir de JCacheStorage.
Références $params, getConfig(), getConnection(), et JError::raiseError().
JCacheStorageMemcache::_getCacheId | ( | $ | id, |
$ | group | ||
) |
Get a cache_id string from an id/group pair
private
string | $id | The cache data id |
string | $group | The cache data group |
Références $name.
JCacheStorageMemcache::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.
JCacheStorageMemcache::gc | ( | ) |
Garbage collect expired cache data
public
Réimplémentée à partir de JCacheStorage.
JCacheStorageMemcache::get | ( | $ | id, |
$ | group, | ||
$ | checkTime | ||
) |
Get cached data from memcache 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.
& JCacheStorageMemcache::getConfig | ( | ) | [static] |
Return memcache related configuration
private
Références $config, $params, et JFactory::getConfig().
Référencé par __construct(), et getConnection().
& JCacheStorageMemcache::getConnection | ( | ) | [static] |
return memcache connection object
private
Références $db, $params, et getConfig().
Référencé par __construct().
JCacheStorageMemcache::remove | ( | $ | id, |
$ | group | ||
) |
Remove a cached data entry by id and group
public
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheStorage.
JCacheStorageMemcache::store | ( | $ | id, |
$ | group, | ||
$ | data | ||
) |
Store the data to memcache 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.
Références $data.
JCacheStorageMemcache::test | ( | ) | [static] |
Test to see if the cache storage is available.
public
Réimplémentée à partir de JCacheStorage.
JCacheStorageMemcache::$_compress = null |
JCacheStorageMemcache::$_db |
JCacheStorageMemcache::$_persistent = false |