API16:JCachePage
From Joomla! Documentation
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