API16

API16:JCacheStorageMemcache/gc

From Joomla! Documentation

Description

Garbage collect expired cache data


<! removed transcluded page call, red link never existed >

Syntax

gc()


Returns

boolean True on success, false otherwise.

Defined in

libraries/joomla/cache/storage/memcache.php

Importing

jimport( 'joomla.cache.storage.memcache' );

Source Body

function gc()
{
        return true;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples