JCachePage
From Joomla! Documentation
JCachePage is a concrete cache handler. It caches and returns the body of the page.
Contents |
Availability
Defined in
/libraries/joomla/cache/handler/page.php
Extends
Methods
| Method name | Description |
|---|---|
| get | Tries to get the cached Body of this page. Else returns false. |
| store | Get the Body of the Page and store it to the cache. |
Importing
jimport( 'joomla.cache.handler.page' );
See also
Concrete Caching Handlers
- JCacheView
- JCachePage
- JCacheCallback
- JCacheOutput