API17:JCacheStorageCachelite::clean
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheStorageCachelite::clean|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorageCachelite::clean|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function clean ( |
| + | $group | ||
| + | $mode=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 188 of libraries/joomla/cache/storage/cachelite.php | |
| − | + | ||
| − | libraries/joomla/cache/storage/cachelite.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheStorageCachelite::clean source code''' on [[jplatform:cache/storage/cachelite.php#cl-180|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheStorageCachelite/11.1|JCacheStorageCachelite]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheStorageCachelite::clean|Other versions of JCacheStorageCachelite::clean]] | ||
| + | {{SeeAlso:JCacheStorageCachelite::clean}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageCachelite::clean|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorageCachelite::clean|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheStorageCachelite]][[Category:JCacheStorageCachelite::clean]]</noinclude> | <noinclude>[[Category:JCacheStorageCachelite]][[Category:JCacheStorageCachelite::clean]]</noinclude> | ||
Revision as of 20:17, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheStorageCachelite::clean
Description
Clean cache for a group given a mode.
Description:JCacheStorageCachelite::clean [Edit Descripton]
public function clean ( $group $mode=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | |||
| $mode | null |
- Returns
- Defined on line 188 of libraries/joomla/cache/storage/cachelite.php
See also
-
JCacheStorageCachelite::clean source code on BitBucket
-
Class JCacheStorageCachelite
-
Subpackage Cache
- Other versions of JCacheStorageCachelite::clean
SeeAlso:JCacheStorageCachelite::clean [Edit See Also]
User contributed notes
<CodeExamplesForm />
