API15

API15:JCachePage

From Joomla! Documentation

Revision as of 00:21, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Defined in

libraries/joomla/cache/handler/page.php

Methods

Method name Description
get Get the cached page data
store Stop the cache buffer and store the cached data

Importing

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



Examples

Code Examples