JCacheView/1.5
From Joomla! Documentation
< JCacheView(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<source lang="php">jimport( 'joomla.cache.handler.view' );</source> | <source lang="php">jimport( 'joomla.cache.handler.view' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JCacheView''' on [http://api.joomla.org/Joomla-Framework/Cache/JCacheView.html api.joomla.org] | + | * {{JVer|1.5}} '''JCacheView''' on [http://api.joomla.org/1.5/Joomla-Framework/Cache/JCacheView.html api.joomla.org] |
* {{JVer|1.5}} '''JCacheView source code''' on [[jframework15:cache/handler/view.php|JoomlaCode]] | * {{JVer|1.5}} '''JCacheView source code''' on [[jframework15:cache/handler/view.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | * {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | ||
Latest revision as of 14:15, 13 February 2013
[edit]
JCacheView
[edit] Description
JCacheView is a concrete cache handler. It caches and returns the output of a given view. [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.cache.handler.view' );
[edit] See also
-
JCacheView on api.joomla.org
-
JCacheView source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheView
SeeAlso:JCacheView [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />