JCachePage/1.5
From Joomla! Documentation
[Edit Descripton] JCachePage is a concrete cache handler. It caches and returns the body of the page.
Defined in
libraries/joomla/cache/handler/page.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _makeId | Generate a page cache id. |
| _noChange | There is no change in page data so send a not modified header and die gracefully. |
| _setEtag | Set the ETag header in the response. |
| get | Get the cached page data. |
| store | Stop the cache buffer and store the cached data. |
Importing
jimport( 'joomla.cache.handler.page' );
See also
[Edit See Also] SeeAlso:JCachePage
Examples
<CodeExamplesForm />