API17:JCacheStorageXcache
From Joomla! Documentation
[Edit Descripton] Template:Description:JCacheStorageXcache
Defined in
libraries/joomla/cache/storage/xcache.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| clean | Clean cache for a group given a mode. |
| gc | Garbage collect expired cache data. |
| get | Get cached data by id and group. |
| getAll | Get all cached data. |
| 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.xcache' );
See also
Template:SeeAlso:JCacheStorageXcache [Edit See Also]
Examples
<CodeExamplesForm />