JCacheStorageXCache/1.5
From Joomla! Documentation
< JCacheStorageXCache(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 47: | Line 47: | ||
<source lang="php">jimport( 'joomla.cache.storage.xcache' );</source> | <source lang="php">jimport( 'joomla.cache.storage.xcache' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JCacheStorageXCache''' on [http://api.joomla.org/Joomla-Framework/Cache/JCacheStorageXCache.html api.joomla.org] | + | * {{JVer|1.5}} '''JCacheStorageXCache''' on [http://api.joomla.org/1.5/Joomla-Framework/Cache/JCacheStorageXCache.html api.joomla.org] |
* {{JVer|1.5}} '''JCacheStorageXCache source code''' on [[jframework15:cache/storage/xcache.php|JoomlaCode]] | * {{JVer|1.5}} '''JCacheStorageXCache source code''' on [[jframework15:cache/storage/xcache.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | * {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | ||
Latest revision as of 14:15, 13 February 2013
[edit]
JCacheStorageXCache
[edit] Description
JCacheStorageXCache is a concrete cache storage handler, using the XCache caching system. [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | _getCacheId | Get a cache_id string from an id/group pair. |
| public | clean | Clean cache for a group given a mode. |
| public | get | Get cached data by id and group. |
| public | remove | Remove a cached data entry by id and group. |
| public | store | Store the data by id and group. |
| public | test | Test to see if the cache storage is available. |
- Defined in libraries/joomla/cache/storage/xcache.php
- Extends JCacheStorage
[edit] Importing
jimport( 'joomla.cache.storage.xcache' );
[edit] See also
-
JCacheStorageXCache on api.joomla.org
-
JCacheStorageXCache source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheStorageXCache
SeeAlso:JCacheStorageXCache [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />