API16

JCacheView: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JCacheView}} ===Defined in=== ...
 
Doxiki (talk | contribs)
No edit summary
Line 15: Line 15:
|Get the cached view data
|Get the cached view data
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.cache.handler.view' );</source>
<source lang="php">jimport( 'joomla.cache.handler.view' );</source>

Revision as of 09:59, 30 March 2010

[Edit Descripton] Template:Description:JCacheView

Defined in

libraries/joomla/cache/handler/view.php

Methods

Method name Description
get Get the cached view data

Importing

jimport( 'joomla.cache.handler.view' );

[Edit See Also] Template:SeeAlso:JCacheView

Examples

<CodeExamplesForm />