API17

JCache::gc: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JCache->gc ()
public JCache::gc ()
</source>
</source>
===Returns===
===Returns===
boolean True on success, false otherwise.
boolean True on success, false otherwise.
===Defined in===
===Defined in===
libraries/joomla/cache/cache.php
libraries/joomla/cache/cache.php (line 263)
* see source code in [[jplatform:cache/cache.php#cl-263|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 00:59, 24 April 2011

Joomla 11.1 JCache::gc

Description

Garbage collect expired cache data.

Template:Description:JCache::gc [Edit Descripton]

Since

Joomla 11.1

Synopsis

public JCache::gc ()

Returns

boolean True on success, false otherwise.

Defined in

libraries/joomla/cache/cache.php (line 263)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JCache::gc

Examples

<CodeExamplesForm />