JCacheStorageMemcache

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(New page: '''JCacheStorageMemcache''' is a concrete cache storage handler, using the [http://www.danga.com/memcached/ Memcached caching system]. See also the [http://php.net/manual/de/book.memcache....)
 
m (bad link repair)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''JCacheStorageMemcache''' is a concrete cache storage handler, using the [http://www.danga.com/memcached/ Memcached caching system]. See also the [http://php.net/manual/de/book.memcache.php PHP Memcache Manual].
+
This class is available in the following Joomla versions:-
===Availability===
+
<splist showpath=notparent />
{{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}}
+
<noinclude>[[Category:Platform JClasses]][[Category:JCacheStorageMemcache]]</noinclude>
 
+
===Defined in===
+
/libraries/joomla/cache/storage/memcache.php
+
 
+
===Extends===
+
* [[JObject]]
+
* [[JCacheStorage]]
+
 
+
===Methods===
+
{| class="wikitable"
+
|-
+
!Method name
+
!Description
+
|-
+
|[[JCacheStorageFile/__construct|__construct]]
+
|Constructor
+
|-
+
|[[JCacheStorageFile/clean|clean]]
+
|''Not implemented.'' Clean cache for a group. There are two possible modes:
+
"group" mode : cleans all cache in the group |
+
"notgroup" mode : cleans all cache not in the group
+
|-
+
|[[JCacheStorageFile/gc|gc]]
+
|''Not implemented.'' Garbage collect expired cache data
+
|-
+
|[[JCacheStorageFile/get|get]]
+
|Get cached data by id and group
+
|-
+
|[[JCacheStorageFile/remove|remove]]
+
|Remove a cached data entry by id and group
+
|-
+
|[[JCacheStorageFile/store|store]]
+
|Store the data by id and group
+
|-
+
|[[JCacheStorageFile/test|test]]
+
|Test to see if the cache storage is available
+
|}
+
 
+
===Importing===
+
<source lang="php">jimport( 'joomla.cache.storage.memcache' );</source>
+
 
+
===See also===
+
* [http://api.joomla.org/Joomla-Framework/Cache/JCacheStorageApc.html JCacheStorageApc 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 13:31, 29 August 2012

This class is available in the following Joomla versions:-

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox