API16

JCacheView: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 17: Line 17:




{{subst:SeeAlso:JCacheView}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JCacheView
  category=JCacheView
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:24, 25 March 2017

JCacheView is a concrete cache handler. It caches and returns the output of a given view.

Defined in

libraries/joomla/cache/handler/view.php

Methods

Method name Description
get Get the cached view data

Importing

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



Examples

Code Examples