API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JSessionStorageMemcache::__construct | ( | $ | options = array() | ) |
Constructor
protected
array | $options | optional parameters |
Réimplémentée à partir de JSessionStorage.
Références $config, $params, JFactory::getConfig(), et JError::raiseError().
JSessionStorageMemcache::_setExpire | ( | $ | key | ) |
Set expire time on each call since memcache sets it on cache creation.
private
string | $key | Cache key to expire. |
integer | $lifetime | Lifetime of the data in seconds. |
JSessionStorageMemcache::close | ( | ) |
Close the SessionHandler backend.
public
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::destroy | ( | $ | id | ) |
Destroy the data for a particular session identifier in the SessionHandler backend.
public
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::gc | ( | $ | maxlifetime | ) |
Garbage collect stale sessions from the SessionHandler backend.
-- Not Applicable in memcache --
public
integer | $maxlifetime | The maximum age of a session. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::open | ( | $ | save_path, |
$ | session_name | ||
) |
Open the SessionHandler backend.
public
string | $save_path | The path to the session object. |
string | $session_name | The name of the session. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::read | ( | $ | id | ) |
Read the data for a particular session identifier from the SessionHandler backend.
public
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::test | ( | ) | [static] |
Test to see if the SessionHandler is available.
public
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::write | ( | $ | id, |
$ | session_data | ||
) |
Write session data to the SessionHandler backend.
public
string | $id | The session identifier. |
string | $session_data | The session data. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::$_compress = null |
JSessionStorageMemcache::$_db |
JSessionStorageMemcache::$_persistent = false |