JCacheView/1.5
From Joomla! Documentation
< JCacheView(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JCacheView== | ||
| + | ===Description=== | ||
| + | {{Description:JCacheView}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JCacheView|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheView|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JCacheView::_makeId/1.5|_makeId]] | |[[JCacheView::_makeId/1.5|_makeId]] | ||
|Generate a view cache id. | |Generate a view cache id. | ||
|- | |- | ||
| + | |public | ||
|[[JCacheView::get/1.5|get]] | |[[JCacheView::get/1.5|get]] | ||
|Get the cached view data. | |Get the cached view data. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/cache/handler/view.php | ||
| + | * '''Extends''' [[JCache/1.5|JCache]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.cache.handler.view' );</source> | <source lang="php">jimport( 'joomla.cache.handler.view' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JCacheView''' on [http://api.joomla.org/Joomla-Framework/Cache/JCacheView.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JCacheView source code''' on [[jframework15:cache/handler/view.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | ||
| + | * [[JCacheView|Other versions of JCacheView]] | ||
| + | {{SeeAlso:JCacheView}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheView|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheView|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JCacheView]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JCacheView]]</noinclude> | ||
Revision as of 18:06, 25 April 2011
JCacheView
Description
JCacheView is a concrete cache handler. It caches and returns the output of a given view. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _makeId | Generate a view cache id. |
| public | get | Get the cached view data. |
- Defined in libraries/joomla/cache/handler/view.php
- Extends JCache
Importing
jimport( 'joomla.cache.handler.view' );
See also
-
JCacheView on api.joomla.org
-
JCacheView source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheView
SeeAlso:JCacheView [Edit See Also]
User contributed notes
<CodeExamplesForm />