JCachePage

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(Concrete Cache Storage Handlers)
(Bulk upload by Doxiki2)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
'''JCachePage''' is a concrete cache handler. It caches and returns the body of the page.
+
This class is available in the following Joomla versions:-
 
+
<splist showpath=notparent />
===Availability===
+
<noinclude>[[Category:Framework]][[Category:JCachePage]]</noinclude>
{{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}}
+
 
+
===Defined in===
+
/libraries/joomla/cache/handler/page.php
+
 
+
===Extends===
+
* [[JObject]]
+
* [[JCache]]
+
 
+
===Methods===
+
{| class="wikitable"
+
|-
+
!Method name
+
!Description
+
|-
+
|[[JCachePage/get|get]]
+
|Tries to get the cached Body of this page. Else returns false.
+
|-
+
|[[JCachePage/store|store]]
+
|Get the Body of the Page and store it to the cache.
+
|}
+
 
+
===Importing===
+
<source lang="php">jimport( 'joomla.cache.handler.page' );</source>
+
 
+
===See also===
+
* [http://api.joomla.org/Joomla-Framework/Cache/JCachePage.html JCachePage 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:25, 17 April 2011

This class is available in the following Joomla versions:-

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox