|
|
| 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:Framework]][[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/JCacheStorageMemcache.html JCacheStorageMemcache on api.joomla.org]
| + | |
| − | * [[JCache]]
| + | |
| − | ==== Concrete Caching Handlers ====
| + | |
| − | * [[JCacheView]]
| + | |
| − | * [[JCachePage]]
| + | |
| − | * [[JCacheCallback]]
| + | |
| − | * [[JCacheOutput]]
| + | |
| − | ====Abstract Cache Storage Handler ====
| + | |
| − | * [[JCacheStorage]]
| + | |
| − | | + | |
| − | ==== Concrete Cache Storage Handlers ====
| + | |
| − | * [[JCacheStorageApc]]
| + | |
| − | * [[JCacheStorageEaccelerator]]
| + | |
| − | * [[JCacheStorageFile]]
| + | |
| − | * [[JCacheStorageMemcache]]
| + | |
| − | * [[JCacheStorageXCache]]
| + | |
| − | * [[JSessionStorageXcache]]
| + | |
| − | <noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | + | |