|
|
| (One intermediate revision by one user not shown) |
| Line 1: |
Line 1: |
| − | '''JCacheOutput''' is a concrete cache handler. It caches and returns output.
| + | This class is available in the following Joomla versions:- |
| − | | + | <splist showpath=notparent /> |
| − | ===Availability===
| + | <noinclude>[[Category:Framework]][[Category:JCacheOutput]]</noinclude> |
| − | {{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}}
| + | |
| − | | + | |
| − | ===Defined in===
| + | |
| − | /libraries/joomla/cache/handler/output.php
| + | |
| − | | + | |
| − | ===Extends===
| + | |
| − | * [[JObject]]
| + | |
| − | * [[JCache]]
| + | |
| − | | + | |
| − | ===Methods===
| + | |
| − | {| class="wikitable"
| + | |
| − | |-
| + | |
| − | !Method name
| + | |
| − | !Description
| + | |
| − | |-
| + | |
| − | |[[JCacheOutput/start|start]]
| + | |
| − | |Start the cache
| + | |
| − | |-
| + | |
| − | |[[JCacheOutput/end|end]]
| + | |
| − | |Stop the cache buffer and store the cached data.
| + | |
| − | |}
| + | |
| − | | + | |
| − | ===Importing===
| + | |
| − | <source lang="php">jimport( 'joomla.cache.handler.output' );</source> | + | |
| − | | + | |
| − | ===See also===
| + | |
| − | * [http://api.joomla.org/Joomla-Framework/Cache/JCacheOutput.html JCacheOutput on api.joomla.org]
| + | |
| − | * [[JCache]]
| + | |
| − | ==== Concrete Caching Handlers ====
| + | |
| − | * [[JCacheView]]
| + | |
| − | * [[JCachePage]]
| + | |
| − | * [[JCacheCallback]]
| + | |
| − | * [[JCacheOutput]]
| + | |
| − | ====Abstract Cache Storage Handler ====
| + | |
| − | * [[JCacheStorage]]
| + | |
| − | | + | |
| − | ==== Concrete Cache Storage Handlers ====
| + | |
| − | * [[JCacheStorageApc]]
| + | |
| − | * [[JCacheStorageEaccelarator]]
| + | |
| − | * [[JCacheStorageFile]]
| + | |
| − | * [[JCacheStorageMemcache]]
| + | |
| − | * [[JCacheStorageXCache]]
| + | |
| − | * [[JSessionStorageXcache]]
| + | |
| − | <noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | + | |
Latest revision as of 16:24, 17 April 2011
This class is available in the following Joomla versions:-