JCacheOutput
From Joomla! Documentation
JCacheOutput is a concrete cache handler. It caches and returns output.
Contents |
Availability
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
- JCacheView
- JCachePage
- JCacheCallback
- JCacheOutput