JCacheOutput/1.5
From Joomla! Documentation
< JCacheOutput(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<source lang="php">jimport( 'joomla.cache.handler.output' );</source> | <source lang="php">jimport( 'joomla.cache.handler.output' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JCacheOutput''' on [http://api.joomla.org/Joomla-Framework/Cache/JCacheOutput.html api.joomla.org] | + | * {{JVer|1.5}} '''JCacheOutput''' on [http://api.joomla.org/1.5/Joomla-Framework/Cache/JCacheOutput.html api.joomla.org] |
* {{JVer|1.5}} '''JCacheOutput source code''' on [[jframework15:cache/handler/output.php|JoomlaCode]] | * {{JVer|1.5}} '''JCacheOutput source code''' on [[jframework15:cache/handler/output.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]
JCacheOutput
[edit] Description
JCacheOutput is a concrete cache handler. It caches and returns output. [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | end | Stop the cache buffer and store the cached data. |
| public | start | Start the cache. |
- Defined in libraries/joomla/cache/handler/output.php
- Extends JCache
[edit] Importing
jimport( 'joomla.cache.handler.output' );
[edit] See also
-
JCacheOutput on api.joomla.org
-
JCacheOutput source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheOutput
SeeAlso:JCacheOutput [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />