API17:JCacheControllerPage
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JCacheControllerPage== | ||
| + | ===Description=== | ||
| + | {{Description:JCacheControllerPage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JCacheControllerPage|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheControllerPage|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JCacheControllerPage::get/11.1|get]] | |[[JCacheControllerPage::get/11.1|get]] | ||
|Get the cached page data. | |Get the cached page data. | ||
|- | |- | ||
| + | |public | ||
|[[JCacheControllerPage::store/11.1|store]] | |[[JCacheControllerPage::store/11.1|store]] | ||
|Stop the cache buffer and store the cached data. | |Stop the cache buffer and store the cached data. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/cache/controller/page.php | ||
| + | * '''Extends''' [[JCacheController/11.1|JCacheController]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.cache.controller.page' );</source> | <source lang="php">jimport( 'joomla.cache.controller.page' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JCacheControllerPage source code | + | * {{JVer|11.1}} '''JCacheControllerPage source code''' on [[jplatform:cache/controller/page.php|BitBucket]] |
| − | * [[JCacheControllerPage|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Cache/11.1|Cache]] |
| + | * [[JCacheControllerPage|Other versions of JCacheControllerPage]] | ||
{{SeeAlso:JCacheControllerPage}} | {{SeeAlso:JCacheControllerPage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerPage|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheControllerPage|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 42: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheControllerPage]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheControllerPage]]</noinclude> | ||
Revision as of 17:56, 27 April 2011
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.
JCacheControllerPage
Description
Description:JCacheControllerPage [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | get | Get the cached page data. |
| public | store | Stop the cache buffer and store the cached data. |
- Defined in libraries/joomla/cache/controller/page.php
- Extends JCacheController
Importing
jimport( 'joomla.cache.controller.page' );
See also
-
JCacheControllerPage source code on BitBucket
-
Subpackage Cache
- Other versions of JCacheControllerPage
SeeAlso:JCacheControllerPage [Edit See Also]
User contributed notes
<CodeExamplesForm />
