API17:JSessionStorageEaccelerator
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::close/11.1|close]] | |[[JSessionStorageEaccelerator::close/11.1|close]] | ||
|Close the SessionHandler backend. | |Close the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::destroy/11.1|destroy]] | |[[JSessionStorageEaccelerator::destroy/11.1|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/11.1|gc]] | |[[JSessionStorageEaccelerator::gc/11.1|gc]] | ||
|Garbage collect stale sessions from the SessionHandler backend. | |Garbage collect stale sessions from the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::open/11.1|open]] | |[[JSessionStorageEaccelerator::open/11.1|open]] | ||
|Open the SessionHandler backend. | |Open the SessionHandler backend. | ||
|- | |- | ||
| + | |public | ||
|[[JSessionStorageEaccelerator::read/11.1|read]] | |[[JSessionStorageEaccelerator::read/11.1|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/11.1|write]] | |[[JSessionStorageEaccelerator::write/11.1|write]] | ||
|Write session data to the SessionHandler backend. | |Write session data to the SessionHandler backend. | ||
|- | |- | ||
| + | |public static | ||
|[[JSessionStorageEaccelerator::test/11.1|test]] | |[[JSessionStorageEaccelerator::test/11.1|test]] | ||
|Test to see if the SessionHandler is available. | |Test to see if the SessionHandler is available. | ||
| + | |- | ||
| + | |protected | ||
| + | |[[JSessionStorageEaccelerator::__construct/11.1|__construct]] | ||
| + | |Constructor. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/session/storage/eaccelerator.php | ||
| + | * '''Extends''' [[JSessionStorage/11.1|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=== | ||
| − | * JSessionStorageEaccelerator source code | + | * {{JVer|11.1}} '''JSessionStorageEaccelerator source code''' on [[jplatform:session/storage/eaccelerator.php|BitBucket]] |
| − | * [[JSessionStorageEaccelerator|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Session/11.1|Session]] |
| + | * [[JSessionStorageEaccelerator|Other versions of JSessionStorageEaccelerator]] | ||
{{SeeAlso: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 60: | Line 66: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JSessionStorageEaccelerator]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JSessionStorageEaccelerator]]</noinclude> |
Revision as of 14:02, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorageEaccelerator
Description
Description:JSessionStorageEaccelerator [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| 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 static | test | Test to see if the SessionHandler is available. |
| protected | __construct | Constructor. |
- Defined in libraries/joomla/session/storage/eaccelerator.php
- Extends JSessionStorage
Importing
jimport( 'joomla.session.storage.eaccelerator' );
See also
-
JSessionStorageEaccelerator source code on BitBucket
-
Subpackage Session
- Other versions of JSessionStorageEaccelerator
SeeAlso:JSessionStorageEaccelerator [Edit See Also]
User contributed notes
<CodeExamplesForm />
