API17

Difference between revisions of "JCacheStorageApc::clean"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JCacheStorageApc::clean|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JCacheStorageApc::clean|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JCacheStorageApc->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 116 of libraries/joomla/cache/storage/apc.php
===Defined in===
 
libraries/joomla/cache/storage/apc.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JCacheStorageApc::clean source code''' on [[jplatform:cache/storage/apc.php#cl-108|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JCacheStorageApc|JCacheStorageApc]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
 +
* [[API17:JCacheStorageApc::clean|Other versions of JCacheStorageApc::clean]]
 +
{{SeeAlso:JCacheStorageApc::clean}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageApc::clean|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageApc::clean|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JCacheStorageApc/11.1|JCacheStorageApc]]
+
===User contributed notes===
* [[JCacheStorageApc::clean|Other versions of this method]]
 
{{SeeAlso:JCacheStorageApc::clean}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 50: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorageApc]][[Category:JCacheStorageApc::clean]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:51, 11 May 2013

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

Description[edit]

Clean cache for a group given a mode.

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

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

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />