JCacheStorageApc
From Joomla! Documentation
(Difference between revisions)
(→Methods) |
(→Methods) |
||
| Line 21: | Line 21: | ||
|- | |- | ||
|[[JCacheStorageApc/clean|clean]] | |[[JCacheStorageApc/clean|clean]] | ||
| − | |''Not implemented''. Clean cache for a group. There are two possible modes: | + | |''Not implemented''. Clean cache for a group. There are two possible modes: |
| − | "group" mode : cleans all cache in the group | + | "group" mode : cleans all cache in the group | |
"notgroup" mode : cleans all cache not in the group | "notgroup" mode : cleans all cache not in the group | ||
|} | |} | ||
Revision as of 15:29, 9 August 2009
JCacheStorageApc is a concrete cache storage handler using PHP Cache (APC).
Contents |
Availability
Defined in
/libraries/joomla/cache/storage/apc.php
Extends
Methods
| Method name | Description |
|---|---|
| JCacheStorageApc/__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 |
Importing
jimport( 'joomla.cache.storage.apc' );