API17

Difference between revisions of "JCacheControllerPage"

From Joomla! Documentation

(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>
{{Description:JCacheControllerPage}}
 
===Defined in===
 
libraries/joomla/cache/controller/page.php
 
* see source code in [[jplatform:cache/controller/page.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Cache/11.1|Cache]]
 
===Extends===
 
[[JCacheController/11.1|JCacheController]]
 
===Extended by===
 
 
===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 in [[jplatform:cache/controller/page.php|BitBucket]]
+
* {{JVer|11.1}} '''JCacheControllerPage source code''' on [[jplatform:cache/controller/page.php|BitBucket]]
* [[JCacheControllerPage|Other versions of this class]]
+
* {{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>
===Examples===
+
===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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheControllerPage[edit]

Description[edit]

Template:Description:JCacheControllerPage [Edit Descripton]

Methods[edit]

Visibility Method name Description
public get Get the cached page data.
public store Stop the cache buffer and store the cached data.

Importing[edit]

jimport( 'joomla.cache.controller.page' );

See also[edit]

Template:SeeAlso:JCacheControllerPage [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />