Memcache session storage handler for PHP
-- Inspired in both design and implementation by the Horde memcache handler --
Located in /libraries/joomla/session/storage/memcache.php (line 22)
JObject | --JSessionStorage | --JSessionStorageMemcache
Use compression?
Resource for the current memcached connection.
Use persistent connections
Inherited from JSessionStorage
JSessionStorage::$instances
Inherited from JObject
JObject::$_errors
Test to see if the SessionHandler is available.
Constructor
Close the SessionHandler backend.
Destroy the data for a particular session identifier in the SessionHandler backend.
Open the SessionHandler backend.
Read the data for a particular session identifier from the SessionHandler backend.
Write session data to the SessionHandler backend.
Set expire time on each call since memcache sets it on cache creation.
Inherited From JSessionStorage
JSessionStorage::__construct()
JSessionStorage::close()
JSessionStorage::destroy()
JSessionStorage::gc()
JSessionStorage::getInstance()
JSessionStorage::open()
JSessionStorage::read()
JSessionStorage::register()
JSessionStorage::test()
JSessionStorage::write()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:56:43 -0500 by phpDocumentor 1.4.4