API17

Difference between revisions of "JCacheStorageEaccelerator::clean"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JCacheStorageEaccelerator::clean|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JCacheStorageEaccelerator::clean|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JCacheStorageEaccelerator::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 130 of libraries/joomla/cache/storage/eaccelerator.php
===Defined in===
 
libraries/joomla/cache/storage/eaccelerator.php (line 130)
 
* see source code in [[jplatform:cache/storage/eaccelerator.php#cl-130|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JCacheStorageEaccelerator::clean source code''' on [[jplatform:cache/storage/eaccelerator.php#cl-122|BitBucket]]
 +
* {{JVer|11.1}} Class [[JCacheStorageEaccelerator/11.1|JCacheStorageEaccelerator]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
 +
* [[JCacheStorageEaccelerator::clean|Other versions of JCacheStorageEaccelerator::clean]]
 +
{{SeeAlso:JCacheStorageEaccelerator::clean}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageEaccelerator::clean|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageEaccelerator::clean|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JCacheStorageEaccelerator/11.1|JCacheStorageEaccelerator]]
+
===User contributed notes===
* [[JCacheStorageEaccelerator::clean|Other versions of this method]]
 
{{SeeAlso:JCacheStorageEaccelerator::clean}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JCacheStorageEaccelerator]][[Category:JCacheStorageEaccelerator::clean]]</noinclude>
 
<noinclude>[[Category:JCacheStorageEaccelerator]][[Category:JCacheStorageEaccelerator::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 JCacheStorageEaccelerator::clean[edit]

Description[edit]

Clean cache for a group given a mode.

Template:Description:JCacheStorageEaccelerator::clean [Edit Descripton]

public function clean (
        $group
        $mode=null
)
Parameter Type Default Description
$group
$mode null
  • Returns
  • Defined on line 130 of libraries/joomla/cache/storage/eaccelerator.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />