API17:JCacheControllerPage::get
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheControllerPage::get|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheControllerPage::get|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function get ( |
| + | $id=false | ||
| + | $group='page' | ||
| + | $wrkarounds=true | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True if the cache is hit (false else) | |
| − | boolean True if the cache is hit (false else) | + | * '''Defined''' on line 55 of libraries/joomla/cache/controller/page.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/cache/controller/page.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheControllerPage::get source code''' on [[jplatform:cache/controller/page.php#cl-47|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheControllerPage/11.1|JCacheControllerPage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheControllerPage::get|Other versions of JCacheControllerPage::get]] | ||
| + | {{SeeAlso:JCacheControllerPage::get}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerPage::get|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheControllerPage::get|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 57: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheControllerPage]][[Category:JCacheControllerPage::get]]</noinclude> | <noinclude>[[Category:JCacheControllerPage]][[Category:JCacheControllerPage::get]]</noinclude> | ||
Revision as of 20:15, 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::get
Description
Get the cached page data.
Description:JCacheControllerPage::get [Edit Descripton]
public function get ( $id=false $group='page' $wrkarounds=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | false | The cache data id |
| $group | string | 'page' | The cache data group |
| $wrkarounds | true |
- Returns boolean True if the cache is hit (false else)
- Defined on line 55 of libraries/joomla/cache/controller/page.php
- Since
See also
-
JCacheControllerPage::get source code on BitBucket
-
Class JCacheControllerPage
-
Subpackage Cache
- Other versions of JCacheControllerPage::get
SeeAlso:JCacheControllerPage::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
