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