JCachePage

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(New page: '''JCacheView''' is a concrete cache handler. It caches and returns the output of a given view. ===Availability=== {{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}} ===Defined in=== /...)
 
Line 1: Line 1:
'''JCacheView''' is a concrete cache handler. It caches and returns the output of a given view.
+
'''JCachePage''' is a concrete cache handler. It caches and returns the body of the page.
  
 
===Availability===
 
===Availability===

Revision as of 15:07, 9 August 2009

JCachePage is a concrete cache handler. It caches and returns the body of the page.

Contents

Availability

From Joomla 1.5 Joomla 1.6

Defined in

/libraries/joomla/cache/handler/page.php

Extends

Methods

Method name Description
get Tries to get the cached Body of this page. Else returns false.
store Get the Body of the Page and store it to the cache.

Importing

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

See also

Concrete Caching Handlers

Abstract Cache Storage Handler

Concrete Cache Storage Handlers

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox