API17

Difference between revisions of "JCacheStorageCachelite::clean"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JCacheStorageCachelite::clean|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JCacheStorageCachelite::clean|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JCacheStorageCachelite->clean ($group, $mode=null)
+
public function clean (
 +
        $group
 +
        $mode=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 188 of libraries/joomla/cache/storage/cachelite.php
===Defined in===
 
libraries/joomla/cache/storage/cachelite.php
 
===Referenced by===
 
 
===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>
* [[JCacheStorageCachelite/11.1|JCacheStorageCachelite]]
+
===User contributed notes===
* [[JCacheStorageCachelite::clean|Other versions of this method]]
 
{{SeeAlso:JCacheStorageCachelite::clean}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 50: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheStorageCachelite::clean[edit]

Description[edit]

Clean cache for a group given a mode.

Template: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[edit]

Template:SeeAlso:JCacheStorageCachelite::clean [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />