JCachePage
From Joomla! Documentation
(Difference between revisions)
(New page: '''JCacheView''' is a concrete cache handler. It caches and returns the output of a given view. ===Availability=== {{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}} ===Defined in=== /...) |
|||
| Line 1: | Line 1: | ||
| − | ''' | + | '''JCachePage''' is a concrete cache handler. It caches and returns the body of the page. |
===Availability=== | ===Availability=== | ||
Revision as of 15:07, 9 August 2009
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