JCacheView
From Joomla! Documentation
(Difference between revisions)
(→Methods) |
(→Concrete Cache Storage Handlers) |
||
| Line 41: | Line 41: | ||
* [[JCacheStorageMemcache]] | * [[JCacheStorageMemcache]] | ||
* [[JCacheStorageXCache]] | * [[JCacheStorageXCache]] | ||
| − | * [[ | + | * [[JSessionStorageXcache]] |
<noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | <noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | ||
Revision as of 15:55, 9 August 2009
JCacheView is a concrete cache handler. It caches and returns the output of a given view.
Contents |
Availability
Defined in
/libraries/joomla/cache/handler/callback.php
Extends
Methods
| Method name | Description |
|---|---|
| get | Tries to get cached data for the passed view object. Else executed the given method of the passed view object, and caches the output. |
Importing
jimport( 'joomla.cache.handler.view' );
See also
Concrete Caching Handlers
- JCacheView
- JCachePage
- JCacheCallback
- JCacheOutput