API17:JCacheControllerPage
From Joomla! Documentation
JCacheControllerPage
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | get | Get the cached page data. |
| public | store | Stop the cache buffer and store the cached data. |
- Defined in libraries/joomla/cache/controller/page.php
- Extends JCacheController
Importing
jimport( 'joomla.cache.controller.page' );
See also
JCacheControllerPage source code on BitBucket
Subpackage Cache- Other versions of JCacheControllerPage
User contributed notes
Code Examples