| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheStorageMemcache |
JCacheStorageMemcache |
Never | Work in Progress |
Memcache cache storage handler
| Method | Description |
|---|---|
__construct | Constructor |
clean | Clean cache for a group given a mode.<p>group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group</p> |
gc | Garbage collect expired cache data |
get | Get cached data from memcache by id and group |
remove | Remove a cached data entry by id and group |
store | Store the data to memcache by id and group |
test | Test to see if the cache storage is available. |