JCacheOutput

From Joomla! Documentation

Jump to: navigation, search

JCacheOutput is a concrete cache handler. It caches and returns output.

Contents

Availability

From Joomla 1.5 Joomla 1.6

Defined in

/libraries/joomla/cache/handler/output.php

Extends

Methods

Method name Description
start Start the cache
end Stop the cache buffer and store the cached data.

Importing

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

See also

Concrete Caching Handlers

Abstract Cache Storage Handler

Concrete Cache Storage Handlers

Personal tools