API15

API15:JCacheOutput

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)

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

Defined in

libraries/joomla/cache/handler/output.php

Methods

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

Importing

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



Examples

Code Examples