API17

Difference between revisions of "JCacheControllerPage::store"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Stop the cache buffer and store the cached data.  
 
Stop the cache buffer and store the cached data.  
  
{{Description:JCacheControllerPage::store}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JCacheControllerPage::store|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JCacheControllerPage->store ($wrkarounds=true)
+
public function store ($wrkarounds=true)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True if cache stored
boolean True if cache stored
+
* '''Defined''' on line 115 of libraries/joomla/cache/controller/page.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/cache/controller/page.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JCacheControllerPage::store source code''' on [[jplatform:cache/controller/page.php#cl-107|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerPage::store|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JCacheControllerPage|JCacheControllerPage]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheControllerPage/11.1|JCacheControllerPage]]
+
* [[API17:JCacheControllerPage::store|Other versions of JCacheControllerPage::store]]
* [[JCacheControllerPage::store|Other versions of this method]]
+
 
{{SeeAlso:JCacheControllerPage::store}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JCacheControllerPage::store
 
category=JCacheControllerPage::store
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheControllerPage]][[Category:JCacheControllerPage::store]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:25, 24 March 2017

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::store[edit]

Description[edit]

Stop the cache buffer and store the cached data.


public function store ($wrkarounds=true)
Parameter Type Default Description
$wrkarounds true
  • Returns boolean True if cache stored
  • Defined on line 115 of libraries/joomla/cache/controller/page.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]