API17:JCacheControllerPage::store
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JCacheControllerPage::store ($wrkarounds=true) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
boolean True if cache stored | boolean True if cache stored | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/controller/page.php | + | libraries/joomla/cache/controller/page.php (line 115) |
| + | * see source code in [[jplatform:cache/controller/page.php#cl-115|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:00, 23 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::store
Description
Stop the cache buffer and store the cached data.
Description:JCacheControllerPage::store [Edit Descripton]
Since
Synopsis
public JCacheControllerPage::store ($wrkarounds=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $wrkarounds | true |
Returns
boolean True if cache stored
Defined in
libraries/joomla/cache/controller/page.php (line 115)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheControllerPage::store
Examples
<CodeExamplesForm />
