API15:JCacheStorage/gc
From Joomla! Documentation
Description
Garbage collect expired cache data
Template:Description:JCacheStorage/gc
Syntax
gc()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/cache/storage.php
Importing
jimport( 'joomla.cache.storage' );
Source Body
function gc()
{
return true;
}
[Edit See Also] Template:SeeAlso:JCacheStorage/gc
Examples
<CodeExamplesForm />