JSessionStorageEaccelerator/1.5
From Joomla! Documentation
< JSessionStorageEaccelerator(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JSessionStorageEaccelerator== | ||
| + | ===Description=== | ||
| + | {{Description:JSessionStorageEaccelerator}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::__construct/1.5|__construct]] | |[[JSessionStorageEaccelerator::__construct/1.5|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::close/1.5|close]] | |[[JSessionStorageEaccelerator::close/1.5|close]] | ||
|Close the SessionHandler backend. | |Close the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::destroy/1.5|destroy]] | |[[JSessionStorageEaccelerator::destroy/1.5|destroy]] | ||
|Destroy the data for a particular session identifier in the SessionHandler backend. | |Destroy the data for a particular session identifier in the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::gc/1.5|gc]] | |[[JSessionStorageEaccelerator::gc/1.5|gc]] | ||
|Garbage collect stale sessions from the SessionHandler backend. | |Garbage collect stale sessions from the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::open/1.5|open]] | |[[JSessionStorageEaccelerator::open/1.5|open]] | ||
|Open the SessionHandler backend. | |Open the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::read/1.5|read]] | |[[JSessionStorageEaccelerator::read/1.5|read]] | ||
|Read the data for a particular session identifier from the SessionHandler backend. | |Read the data for a particular session identifier from the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::write/1.5|write]] | |[[JSessionStorageEaccelerator::write/1.5|write]] | ||
|Write session data to the SessionHandler backend. | |Write session data to the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::test/1.5|test]] | |[[JSessionStorageEaccelerator::test/1.5|test]] | ||
|Test to see if the SessionHandler is available. | |Test to see if the SessionHandler is available. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/session/storage/eaccelerator.php | ||
| + | * '''Extends''' [[JSessionStorage/1.5|JSessionStorage]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.session.storage.eaccelerator' );</source> | <source lang="php">jimport( 'joomla.session.storage.eaccelerator' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JSessionStorageEaccelerator''' on [http://api.joomla.org/Joomla-Framework/Session/JSessionStorageEaccelerator.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JSessionStorageEaccelerator source code''' on [[jframework15:session/storage/eaccelerator.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Session/1.5|Session]] | ||
| + | * [[JSessionStorageEaccelerator|Other versions of JSessionStorageEaccelerator]] | ||
| + | {{SeeAlso:JSessionStorageEaccelerator}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 59: | Line 67: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JSessionStorageEaccelerator]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JSessionStorageEaccelerator]]</noinclude> | ||
Revision as of 18:12, 25 April 2011
JSessionStorageEaccelerator
Description
Description:JSessionStorageEaccelerator [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | close | Close the SessionHandler backend. |
| public | destroy | Destroy the data for a particular session identifier in the SessionHandler backend. |
| public | gc | Garbage collect stale sessions from the SessionHandler backend. |
| public | open | Open the SessionHandler backend. |
| public | read | Read the data for a particular session identifier from the SessionHandler backend. |
| public | write | Write session data to the SessionHandler backend. |
| public | test | Test to see if the SessionHandler is available. |
- Defined in libraries/joomla/session/storage/eaccelerator.php
- Extends JSessionStorage
Importing
jimport( 'joomla.session.storage.eaccelerator' );
See also
-
JSessionStorageEaccelerator on api.joomla.org
-
JSessionStorageEaccelerator source code on JoomlaCode
-
Subpackage Session
- Other versions of JSessionStorageEaccelerator
SeeAlso:JSessionStorageEaccelerator [Edit See Also]
User contributed notes
<CodeExamplesForm />