JCacheView/1.5
From Joomla! Documentation
JCacheView
Description
JCacheView is a concrete cache handler. It caches and returns the output of a given view. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _makeId | Generate a view cache id. |
| public | get | Get the cached view data. |
- Defined in libraries/joomla/cache/handler/view.php
- Extends JCache
Importing
jimport( 'joomla.cache.handler.view' );
See also
JCacheView on api.joomla.org
JCacheView source code on JoomlaCode
Subpackage Cache- Other versions of JCacheView
SeeAlso:JCacheView [Edit See Also]