|
|
| (7 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| − | '''JCacheStorageApc''' is a concrete cache storage handler using [http://www.php.net/apc/|Alternate PHP Cache (APC)].
| + | This class is available in the following Joomla versions:- |
| − | | + | <splist showpath=notparent /> |
| − | ===Availability===
| + | <noinclude>[[Category:Platform JClasses]][[Category:JCacheStorageApc]]</noinclude> |
| − | {{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}}
| + | |
| − | | + | |
| − | ===Defined in===
| + | |
| − | /libraries/joomla/cache/storage/apc.php
| + | |
| − | | + | |
| − | ===Extends===
| + | |
| − | * [[JObject]]
| + | |
| − | * [[JCacheStorage]]
| + | |
| − | | + | |
| − | ===Methods===
| + | |
| − | {| class="wikitable"
| + | |
| − | |-
| + | |
| − | !Method name
| + | |
| − | !Description
| + | |
| − | |-
| + | |
| − | |[[JCacheStorageApc/__construct]]
| + | |
| − | |Constructor
| + | |
| − | |-
| + | |
| − | |[[JCacheStorageApc/clean|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===
| + | |
| − | <source lang="php">jimport( 'joomla.cache.storage.apc' );</source> | + | |
| − | | + | |
| − | ===See also===
| + | |
| − | * [http://api.joomla.org/Joomla-Framework/Cache/JCacheOutput.html JCacheOutput on api.joomla.org]
| + | |
| − | * [[JCache]]
| + | |
| − | ==== Concrete Caching Handlers ====
| + | |
| − | * [[JCacheView]]
| + | |
| − | * [[JCachePage]]
| + | |
| − | * [[JCacheCallback]]
| + | |
| − | * [[JCacheOutput]]
| + | |
| − | ====Abstract Cache Storage Handler ====
| + | |
| − | * [[JCacheStorage]]
| + | |
| − | | + | |
| − | ==== Concrete Cache Storage Handlers ====
| + | |
| − | * [[JCacheStorageApc]]
| + | |
| − | * [[JCacheStorageEaccelarator]]
| + | |
| − | * [[JCacheStorageFile]]
| + | |
| − | * [[JCacheStorageMemcache]]
| + | |
| − | * [[JCacheStorageXCache]]
| + | |
| − | * [[JCacheStorageXcache]]
| + | |
| − | <noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | + | |
Latest revision as of 13:30, 29 August 2012
This class is available in the following Joomla versions:-