JCacheStorageMemcache
From Joomla! Documentation
(Difference between revisions)
(→See also) |
(→Concrete Cache Storage Handlers) |
||
| Line 56: | Line 56: | ||
==== Concrete Cache Storage Handlers ==== | ==== Concrete Cache Storage Handlers ==== | ||
* [[JCacheStorageApc]] | * [[JCacheStorageApc]] | ||
| − | * [[ | + | * [[JCacheStorageEaccelerator]] |
* [[JCacheStorageFile]] | * [[JCacheStorageFile]] | ||
* [[JCacheStorageMemcache]] | * [[JCacheStorageMemcache]] | ||
Revision as of 16:16, 9 August 2009
JCacheStorageMemcache is a concrete cache storage handler, using the Memcached caching system. See also the PHP Memcache Manual.
Contents |
Availability
Defined in
/libraries/joomla/cache/storage/memcache.php
Extends
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| 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 |
| gc | Not implemented. Garbage collect expired cache data |
| get | Get cached data by id and group |
| remove | Remove a cached data entry by id and group |
| store | Store the data by id and group |
| test | Test to see if the cache storage is available |
Importing
jimport( 'joomla.cache.storage.memcache' );
See also
Concrete Caching Handlers
Abstract Cache Storage Handler
Concrete Cache Storage Handlers
- JCacheStorageApc
- JCacheStorageEaccelerator
- JCacheStorageFile
- JCacheStorageMemcache
- JCacheStorageXCache
- JSessionStorageXcache