API16:JCachePage

From Joomla! Documentation

Jump to: navigation, search

[Edit Descripton] JCachePage is a concrete cache handler. It caches and returns the body of the page.

Contents

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' );

[Edit See Also] SeeAlso:JCachePage

Examples


Personal tools