JSessionStorageXcache: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/session/storage/xcache.php | libraries/joomla/session/storage/xcache.php | ||
* see source code in [[jplatform:session/storage/xcache.php|BitBucket]] | |||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Session/11.1|Session]] | [[Subpackage Session/11.1|Session]] | ||
| Line 45: | Line 46: | ||
<source lang="php">jimport( 'joomla.session.storage.xcache' );</source> | <source lang="php">jimport( 'joomla.session.storage.xcache' );</source> | ||
===See also=== | ===See also=== | ||
* JSessionStorageXcache source code in [[jplatform:session/storage/xcache.php|BitBucket]] | |||
* [[JSessionStorageXcache|Other versions of this class]] | * [[JSessionStorageXcache|Other versions of this class]] | ||
{{SeeAlso:JSessionStorageXcache}} | {{SeeAlso:JSessionStorageXcache}} | ||
Revision as of 23:02, 23 April 2011
[Edit Descripton] Template:Description:JSessionStorageXcache
Defined in
libraries/joomla/session/storage/xcache.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| close | Close the SessionHandler backend. |
| destroy | Destroy the data for a particular session identifier in the SessionHandler backend. |
| gc | Garbage collect stale sessions from the SessionHandler backend. |
| open | Open the SessionHandler backend. |
| read | Read the data for a particular session identifier from the SessionHandler backend. |
| write | Write session data to the SessionHandler backend. |
| test | Test to see if the SessionHandler is available. |
Importing
jimport( 'joomla.session.storage.xcache' );
See also
- JSessionStorageXcache source code in BitBucket
- Other versions of this class
Template:SeeAlso:JSessionStorageXcache [Edit See Also]
Examples
<CodeExamplesForm />