JCacheStorageApc/1.5
From Joomla! Documentation
[Edit Descripton] JCacheStorageApc is a concrete cache storage handler using PHP Cache (APC).
Defined in
libraries/joomla/cache/storage/apc.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| _getCacheId | Get a cache_id string from an id/group pair. |
| _setExpire | Set expire time on each call since memcache sets it on cache creation. |
| clean | Clean cache for a group given a mode. |
| get | Get cached data from APC by id and group. |
| remove | Remove a cached data entry by id and group. |
| store | Store the data to APC by id and group. |
| test | Test to see if the cache storage is available. |
Importing
jimport( 'joomla.cache.storage.apc' );
See also
[Edit See Also] SeeAlso:JCacheStorageApc
Examples
<CodeExamplesForm />